Searched refs:g_handles (Results 1 – 2 of 2) sorted by relevance
69 auto g_handles = map([&](size_t h) { return (uint32_t *)&exec.input[h]; }, in launch() local70 exec.g_handles.begin(), exec.g_handles.end()); in launch()80 exec.g_buffers.data(), g_handles.data()); in launch()175 g_handles.clear(); in unbind()238 ctx.g_handles.resize(idx + 1); in bind()239 ctx.g_handles[idx] = offset; in bind()
60 std::vector<size_t> g_handles; member