Home
last modified time | relevance | path

Searched refs:_destroy_notify (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dcontext.cpp34 while (_destroy_notify.size()) { in ~context()
35 _destroy_notify.top()(); in ~context()
36 _destroy_notify.pop(); in ~context()
52 _destroy_notify.push(f); in destroy_notify()
Dmemory.cpp40 while (_destroy_notify.size()) { in ~memory_obj()
41 _destroy_notify.top()(); in ~memory_obj()
42 _destroy_notify.pop(); in ~memory_obj()
53 _destroy_notify.push(f); in destroy_notify()
Dcontext.hpp81 std::stack<std::function<void ()>> _destroy_notify; member in clover::context
Dmemory.hpp73 std::stack<std::function<void ()>> _destroy_notify; member in clover::memory_obj