/third_party/ffmpeg/libavfilter/ |
D | vf_nlmeans_opencl.c | 235 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->horiz_kernel, 1, in nlmeans_plane() 245 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->vert_kernel, in nlmeans_plane() 261 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->accum_kernel, in nlmeans_plane() 272 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->average_kernel, 2, in nlmeans_plane()
|
D | vf_avgblur_opencl.c | 226 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel_horiz, 2, NULL, in avgblur_opencl_filter_frame() 244 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel_vert, 2, NULL, in avgblur_opencl_filter_frame()
|
D | opencl.h | 159 … cle = clEnqueueNDRangeKernel( \
|
D | vf_convolution_opencl.c | 236 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in convolution_opencl_filter_frame() 265 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in convolution_opencl_filter_frame()
|
D | vf_colorkey_opencl.c | 147 cle = clEnqueueNDRangeKernel( in filter_frame()
|
D | vf_neighbor_opencl.c | 188 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in neighbor_opencl_filter_frame()
|
D | vf_transpose_opencl.c | 192 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in transpose_opencl_filter_frame()
|
D | vf_overlay_opencl.c | 202 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in overlay_opencl_blend()
|
D | vf_program_opencl.c | 150 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in program_opencl_run()
|
D | vf_unsharp_opencl.c | 276 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in unsharp_opencl_filter_frame()
|
D | vf_xfade_opencl.c | 192 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in xfade_frame()
|
D | vf_pad_opencl.c | 202 cle = clEnqueueNDRangeKernel(pad_ctx->command_queue, pad_ctx->kernel_pad, 2, NULL, in filter_frame()
|
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 27 clEnqueueNDRangeKernel
|
/third_party/boost/boost/numeric/ublas/opencl/ |
D | transpose.hpp | 67 clEnqueueNDRangeKernel(c_queue, c_kernel, 2, NULL, global_size, NULL, 0, NULL, &event); in change_layout() 115 clEnqueueNDRangeKernel(c_queue, c_kernel, 2, NULL, global_size, NULL, 0, NULL, &event); in trans()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | dispatch.cpp | 87 clEnqueueNDRangeKernel,
|
D | kernel.cpp | 315 clEnqueueNDRangeKernel(cl_command_queue d_q, cl_kernel d_kern, in clEnqueueNDRangeKernel() function
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.map | 66 clEnqueueNDRangeKernel;
|
/third_party/opencl-headers/ |
D | README_zh.md | 68 err = clEnqueueNDRangeKernel(queue_, kernel_, 2, NULL, global,local, 0, NULL, NULL);
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_dispatch_table.cpp | 77 cl::clEnqueueNDRangeKernel,
|
D | proc_table_cl_autogen.cpp | 82 {"clEnqueueNDRangeKernel", P(::cl::clEnqueueNDRangeKernel)}, in GetProcTable()
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_wrapper.cc | 98 LOAD_OPENCL_FUNCTION_PTR(clEnqueueNDRangeKernel); in LoadLibraryFromPath() 185 CL_DEFINE_FUNC_PTR(clEnqueueNDRangeKernel); 534 cl_int clEnqueueNDRangeKernel(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, in clEnqueueNDRangeKernel() function 538 auto func = mindspore::lite::opencl::clEnqueueNDRangeKernel; in clEnqueueNDRangeKernel()
|
D | opencl_wrapper.h | 141 CL_DECLARE_FUNC_PTR(clEnqueueNDRangeKernel);
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 84 LOAD_OPENCL_FUNCTION_PTR(clEnqueueNDRangeKernel); in LoadLibraryFromPath() 167 CL_DEFINE_FUNC_PTR(clEnqueueNDRangeKernel); 551 cl_int clEnqueueNDRangeKernel(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, in clEnqueueNDRangeKernel() function 556 auto func = OHOS::clEnqueueNDRangeKernel; in clEnqueueNDRangeKernel()
|
/third_party/boost/libs/compute/doc/ |
D | porting_guide.qbk | 27 …[[`clEnqueueNDRangeKernel()`] [[memberref boost::compute::command_queue::enqueue_nd_range_kernel c…
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 142 CL_DECLARE_FUNC_PTR(clEnqueueNDRangeKernel);
|