/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 | 228 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel_horiz, 2, NULL, in avgblur_opencl_filter_frame() 246 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel_vert, 2, NULL, in avgblur_opencl_filter_frame()
|
D | vf_convolution_opencl.c | 238 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in convolution_opencl_filter_frame() 267 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in convolution_opencl_filter_frame()
|
D | opencl.h | 159 … cle = clEnqueueNDRangeKernel( \
|
D | vf_colorkey_opencl.c | 147 cle = clEnqueueNDRangeKernel( in filter_frame()
|
D | vf_neighbor_opencl.c | 189 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in neighbor_opencl_filter_frame()
|
D | vf_overlay_opencl.c | 201 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in overlay_opencl_blend()
|
D | vf_transpose_opencl.c | 190 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in transpose_opencl_filter_frame()
|
D | vf_program_opencl.c | 152 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in program_opencl_run()
|
D | vf_remap_opencl.c | 209 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in remap_opencl_process_frame()
|
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 | 191 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()
|
D | vf_tonemap_opencl.c | 327 cle = clEnqueueNDRangeKernel(ctx->command_queue, kernel, 2, NULL, in launch_kernel()
|
/third_party/mesa3d/src/gallium/targets/opencl/ |
D | OpenCL.def | 27 clEnqueueNDRangeKernel
|
/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;
|
D | libOpenCL_autogen.cpp | 524 cl_int CL_API_CALL clEnqueueNDRangeKernel(cl_command_queue command_queue, in clEnqueueNDRangeKernel() function 534 return cl::GetDispatch().clEnqueueNDRangeKernel( in clEnqueueNDRangeKernel()
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 108 LOAD_OPENCL_FUNCTION_PTR(clEnqueueNDRangeKernel); in LoadLibraryFromPath() 193 CL_DEFINE_FUNC_PTR(clEnqueueNDRangeKernel); 629 cl_int clEnqueueNDRangeKernel(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, in clEnqueueNDRangeKernel() function 635 auto func = OHOS::clEnqueueNDRangeKernel; in 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/opencl-headers/include/ |
D | opencl_wrapper.h | 148 CL_DECLARE_FUNC_PTR(clEnqueueNDRangeKernel);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 110 mNative->getDispatch().clEnqueueNDRangeKernel == nullptr || in createInfo()
|