Home
last modified time | relevance | path

Searched refs:clEnqueueNDRangeKernel (Results 1 – 25 of 47) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_nlmeans_opencl.c235 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()
Dvf_avgblur_opencl.c226 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()
Dopencl.h159 … cle = clEnqueueNDRangeKernel( \
Dvf_convolution_opencl.c236 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()
Dvf_colorkey_opencl.c147 cle = clEnqueueNDRangeKernel( in filter_frame()
Dvf_neighbor_opencl.c188 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in neighbor_opencl_filter_frame()
Dvf_transpose_opencl.c192 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in transpose_opencl_filter_frame()
Dvf_overlay_opencl.c202 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in overlay_opencl_blend()
Dvf_program_opencl.c150 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in program_opencl_run()
Dvf_unsharp_opencl.c276 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in unsharp_opencl_filter_frame()
Dvf_xfade_opencl.c192 cle = clEnqueueNDRangeKernel(ctx->command_queue, ctx->kernel, 2, NULL, in xfade_frame()
Dvf_pad_opencl.c202 cle = clEnqueueNDRangeKernel(pad_ctx->command_queue, pad_ctx->kernel_pad, 2, NULL, in filter_frame()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def27 clEnqueueNDRangeKernel
/third_party/boost/boost/numeric/ublas/opencl/
Dtranspose.hpp67 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/
Ddispatch.cpp87 clEnqueueNDRangeKernel,
Dkernel.cpp315 clEnqueueNDRangeKernel(cl_command_queue d_q, cl_kernel d_kern, in clEnqueueNDRangeKernel() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map66 clEnqueueNDRangeKernel;
/third_party/opencl-headers/
DREADME_zh.md68 err = clEnqueueNDRangeKernel(queue_, kernel_, 2, NULL, global,local, 0, NULL, NULL);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp77 cl::clEnqueueNDRangeKernel,
Dproc_table_cl_autogen.cpp82 {"clEnqueueNDRangeKernel", P(::cl::clEnqueueNDRangeKernel)}, in GetProcTable()
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc98 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()
Dopencl_wrapper.h141 CL_DECLARE_FUNC_PTR(clEnqueueNDRangeKernel);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp84 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/
Dporting_guide.qbk27 …[[`clEnqueueNDRangeKernel()`] [[memberref boost::compute::command_queue::enqueue_nd_range_kernel c…
/third_party/opencl-headers/include/
Dopencl_wrapper.h142 CL_DECLARE_FUNC_PTR(clEnqueueNDRangeKernel);

12