Home
last modified time | relevance | path

Searched refs:g_handles (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.cpp69 auto g_handles = map([&](size_t h) { return (uint32_t *)&exec.input[h]; }, in launch() local
70 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()
Dkernel.hpp60 std::vector<size_t> g_handles; member