Searched refs:exec_context (Results 1 – 4 of 4) sorted by relevance
45 struct exec_context { struct46 exec_context(clover::kernel &kern);47 ~exec_context();87 virtual void bind(exec_context &ctx) = 0;90 virtual void unbind(exec_context &ctx) = 0;125 virtual void bind(exec_context &ctx);126 virtual void unbind(exec_context &ctx);137 virtual void bind(exec_context &ctx);138 virtual void unbind(exec_context &ctx);151 virtual void bind(exec_context &ctx);[all …]
133 _cl_kernel::exec_context::exec_context(clover::kernel &kern) : in exec_context() function in _cl_kernel::exec_context137 _cl_kernel::exec_context::~exec_context() { in ~exec_context()143 _cl_kernel::exec_context::bind(clover::command_queue *__q) { in bind()166 _cl_kernel::exec_context::unbind() { in unbind()207 _cl_kernel::scalar_argument::bind(exec_context &ctx) { in bind()212 _cl_kernel::scalar_argument::unbind(exec_context &ctx) { in unbind()229 _cl_kernel::global_argument::bind(exec_context &ctx) { in bind()243 _cl_kernel::global_argument::unbind(exec_context &ctx) { in unbind()265 _cl_kernel::local_argument::bind(exec_context &ctx) { in bind()276 _cl_kernel::local_argument::unbind(exec_context &ctx) { in unbind()[all …]
942 (*TT_Interpreter)( void* exec_context );