Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.cpp38 while (_destroy_notify.size()) { in ~memory_obj()
39 _destroy_notify.top()(); in ~memory_obj()
40 _destroy_notify.pop(); in ~memory_obj()
51 _destroy_notify.push(f); in destroy_notify()
Dmemory.hpp65 std::stack<std::function<void ()>> _destroy_notify; member in clover::memory_obj