Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp75 std::vector<uint32_t *> g_handles = map([&](size_t h) { in launch() local
77 }, exec.g_handles); in launch()
91 exec.g_buffers.data(), g_handles.data()); in launch()
289 g_handles.clear(); in unbind()
466 ctx.g_handles.push_back(ctx.input.size()); in bind()
Dkernel.hpp63 std::vector<size_t> g_handles; member