Searched defs:clEnqueueBarrierWithWaitList (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp28 #define clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList_ macro
143 #undef clEnqueueBarrierWithWaitList macro
144 #define clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList_pfn macro
302 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueBarrierWithWaitList)(cl_command_queue, cl_uint, const cl_event*, cl_event*);
H A Dopencl_core_wrappers.hpp66 #undef clEnqueueBarrierWithWaitList macro
67 #define clEnqueueBarrierWithWaitList clEnqueueBarrierWithWaitList_fn macro
68 inline cl_int clEnqueueBarrierWithWaitList(cl_command_queue p0, cl_uint p1, const cl_event* p2, cl_event* p3) { return clEnqueueBarrierWithWaitList_pfn(p0, p1, p2, p3); } function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp297 cl_int (CL_API_CALL*clEnqueueBarrierWithWaitList)(cl_command_queue, cl_uint, const cl_event*, cl_event*) = variable
299 static const struct DynamicFnEntry clEnqueueBarrierWithWaitList_definition = { "clEnqueueBarrierWithWaitList", (void**)&clEnqueueBarrierWithWaitList};

Completed in 54 milliseconds