Searched refs:clEnqueueNDRangeKernel (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 33 clEnqueueNDRangeKernel
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 41 #define clEnqueueNDRangeKernel clEnqueueNDRangeKernel_ macro 169 #undef clEnqueueNDRangeKernel 170 #define clEnqueueNDRangeKernel clEnqueueNDRangeKernel_pfn macro 315 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clEnqueueNDRangeKernel)(cl_command_queue, cl_kernel, c…
|
D | opencl_core_wrappers.hpp | 105 #undef clEnqueueNDRangeKernel 106 #define clEnqueueNDRangeKernel clEnqueueNDRangeKernel_fn macro 107 inline cl_int clEnqueueNDRangeKernel(cl_command_queue p0, cl_kernel p1, cl_uint p2, const size_t* p… in clEnqueueNDRangeKernel() function
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | kernel.cpp | 273 clEnqueueNDRangeKernel(cl_command_queue q, cl_kernel kern, in clEnqueueNDRangeKernel() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 349 cl_int (CL_API_CALL*clEnqueueNDRangeKernel)(cl_command_queue, cl_kernel, cl_uint, const size_t*, co… 351 …y clEnqueueNDRangeKernel_definition = { "clEnqueueNDRangeKernel", (void**)&clEnqueueNDRangeKernel};
|
/external/mesa3d/include/CL/ |
D | cl.h | 943 clEnqueueNDRangeKernel(cl_command_queue /* command_queue */,
|
D | cl.hpp | 308 #define __ENQUEUE_NDRANGE_KERNEL_ERR __ERR_STR(clEnqueueNDRangeKernel) 2945 ::clEnqueueNDRangeKernel( in enqueueNDRangeKernel()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 1114 clEnqueueNDRangeKernel(cl_command_queue /* command_queue */,
|
D | cl.hpp | 413 #define __ENQUEUE_NDRANGE_KERNEL_ERR __ERR_STR(clEnqueueNDRangeKernel) 5855 ::clEnqueueNDRangeKernel( in enqueueNDRangeKernel()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 1313 OCL_FUNC(cl_int, clEnqueueNDRangeKernel, 3383 cl_int retval = clEnqueueNDRangeKernel(qq, p->handle, (cl_uint)dims, in run()
|