Home
last modified time | relevance | path

Searched refs:clFinish (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_colorkey_opencl.c162 cle = clFinish(colorkey_ctx->command_queue); in filter_frame()
174 clFinish(colorkey_ctx->command_queue); in filter_frame()
Dvf_neighbor_opencl.c196 cle = clFinish(ctx->command_queue); in neighbor_opencl_filter_frame()
212 clFinish(ctx->command_queue); in neighbor_opencl_filter_frame()
Dvf_transpose_opencl.c197 cle = clFinish(ctx->command_queue); in transpose_opencl_filter_frame()
209 clFinish(ctx->command_queue); in transpose_opencl_filter_frame()
Dvf_program_opencl.c155 cle = clFinish(ctx->command_queue); in program_opencl_run()
174 clFinish(ctx->command_queue); in program_opencl_run()
Dvf_avgblur_opencl.c252 cle = clFinish(ctx->command_queue); in avgblur_opencl_filter_frame()
269 clFinish(ctx->command_queue); in avgblur_opencl_filter_frame()
Dopencl.h185 … cle = clFinish(queue); \
Dvf_convolution_opencl.c274 cle = clFinish(ctx->command_queue); in convolution_opencl_filter_frame()
290 clFinish(ctx->command_queue); in convolution_opencl_filter_frame()
Dvf_unsharp_opencl.c282 cle = clFinish(ctx->command_queue); in unsharp_opencl_filter_frame()
298 clFinish(ctx->command_queue); in unsharp_opencl_filter_frame()
Dvf_pad_opencl.c209 cle = clFinish(pad_ctx->command_queue); in filter_frame()
221 clFinish(pad_ctx->command_queue); in filter_frame()
Dvf_nlmeans_opencl.c359 cle = clFinish(ctx->command_queue); in nlmeans_opencl_filter_frame()
374 clFinish(ctx->command_queue); in nlmeans_opencl_filter_frame()
Dvf_tonemap_opencl.c419 cle = clFinish(ctx->command_queue); in tonemap_opencl_filter_frame()
455 clFinish(ctx->command_queue); in tonemap_opencl_filter_frame()
Dvf_overlay_opencl.c208 cle = clFinish(ctx->command_queue); in overlay_opencl_blend()
Dvf_xfade_opencl.c198 cle = clFinish(ctx->command_queue); in xfade_frame()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def37 clFinish
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp75 clFinish,
Devent.cpp296 clFinish(cl_command_queue d_q) try { in clFinish() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map54 clFinish;
/third_party/opencl-headers/
DREADME_zh.md70 clFinish(queue_);
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp65 cl::clFinish,
Dproc_table_cl_autogen.cpp70 {"clFinish", P(::cl::clFinish)}, in GetProcTable()
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc109 LOAD_OPENCL_FUNCTION_PTR(clFinish); in LoadLibraryFromPath()
197 CL_DEFINE_FUNC_PTR(clFinish);
581 cl_int clFinish(cl_command_queue command_queue) { in clFinish() function
582 auto func = mindspore::lite::opencl::clFinish; in clFinish()
Dopencl_wrapper.h153 CL_DECLARE_FUNC_PTR(clFinish);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp95 LOAD_OPENCL_FUNCTION_PTR(clFinish); in LoadLibraryFromPath()
179 CL_DEFINE_FUNC_PTR(clFinish);
604 cl_int clFinish(cl_command_queue command_queue) { in clFinish() function
606 auto func = OHOS::clFinish; in clFinish()
/third_party/boost/libs/compute/doc/
Dporting_guide.qbk32 … [[`clFinish()`] [[memberref boost::compute::command_queue::enqueue_task command_queue::finish()]]]
/third_party/opencl-headers/include/
Dopencl_wrapper.h154 CL_DECLARE_FUNC_PTR(clFinish);

12