Home
last modified time | relevance | path

Searched refs:destroy_notify (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dcontext.hpp59 void destroy_notify(std::function<void ()> f);
H A Dcontext.cpp51 context::destroy_notify(std::function<void ()> f) { in destroy_notify() function in context
H A Dmemory.hpp60 void destroy_notify(std::function<void ()> f);
H A Dmemory.cpp52 memory_obj::destroy_notify(std::function<void ()> f) { in destroy_notify() function in memory_obj
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dcontext.cpp156 ctx.destroy_notify([=]{ pfn_notify(d_ctx, user_data); }); in clSetContextDestructorCallback()
H A Dmemory.cpp574 mem.destroy_notify([=]{ pfn_notify(d_mem, user_data); }); in clSetMemObjectDestructorCallback()

Completed in 3 milliseconds