Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dcontext.hpp44 typedef std::function<void (const char *)> notify_action; typedef in clover::context
48 const notify_action &notify);
76 const notify_action notify;
Dcontext.cpp29 const notify_action &notify) : in context()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp48 const auto notify = (!pfn_notify ? context::notify_action() : in clCreateContext()
Dprogram.cpp81 const context::notify_action &notify) { in identify_and_validate_il()