Home
last modified time | relevance | path

Searched refs:clFinish (Results 1 - 25 of 34) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dvf_colorkey_opencl.c162 cle = clFinish(colorkey_ctx->command_queue); in filter_frame()
174 clFinish(colorkey_ctx->command_queue); in filter_frame()
H A Dvf_neighbor_opencl.c197 cle = clFinish(ctx->command_queue); in neighbor_opencl_filter_frame()
213 clFinish(ctx->command_queue); in neighbor_opencl_filter_frame()
H A Dvf_transpose_opencl.c195 cle = clFinish(ctx->command_queue); in transpose_opencl_filter_frame()
207 clFinish(ctx->command_queue); in transpose_opencl_filter_frame()
H A Dopencl.h175 * completion via clFinish.
185 cle = clFinish(queue); \
H A Dvf_avgblur_opencl.c254 cle = clFinish(ctx->command_queue); in avgblur_opencl_filter_frame()
271 clFinish(ctx->command_queue); in avgblur_opencl_filter_frame()
H A Dvf_convolution_opencl.c276 cle = clFinish(ctx->command_queue); in convolution_opencl_filter_frame()
292 clFinish(ctx->command_queue); in convolution_opencl_filter_frame()
H A Dvf_nlmeans_opencl.c359 cle = clFinish(ctx->command_queue); in nlmeans_opencl_filter_frame()
374 clFinish(ctx->command_queue); in nlmeans_opencl_filter_frame()
H A Dvf_unsharp_opencl.c282 cle = clFinish(ctx->command_queue); in unsharp_opencl_filter_frame()
298 clFinish(ctx->command_queue); in unsharp_opencl_filter_frame()
H A Dvf_pad_opencl.c209 cle = clFinish(pad_ctx->command_queue); in filter_frame()
221 clFinish(pad_ctx->command_queue); in filter_frame()
H A Dvf_program_opencl.c157 cle = clFinish(ctx->command_queue); in program_opencl_run()
176 clFinish(ctx->command_queue); in program_opencl_run()
H A Dvf_tonemap_opencl.c417 cle = clFinish(ctx->command_queue); in tonemap_opencl_filter_frame()
453 clFinish(ctx->command_queue); in tonemap_opencl_filter_frame()
H A Dvf_overlay_opencl.c207 cle = clFinish(ctx->command_queue); in overlay_opencl_blend()
H A Dvf_remap_opencl.c215 cle = clFinish(ctx->command_queue); in remap_opencl_process_frame()
H A Dvf_xfade_opencl.c197 cle = clFinish(ctx->command_queue); in xfade_frame()
H A Dvf_deshake_opencl.c1710 clFinish(deshake_ctx->command_queue); in filter_frame()
2000 clFinish(deshake_ctx->command_queue); in queue_frame()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddispatch.cpp75 clFinish,
H A Devent.cpp296 clFinish(cl_command_queue d_q) try { in clFinish() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp65 cl::clFinish,
H A Dproc_table_cl_autogen.cpp70 {"clFinish", P(::cl::clFinish)}, in GetProcTable()
H A Dentry_points_cl_autogen.h170 cl_int CL_API_CALL clFinish(cl_command_queue command_queue);
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp119 LOAD_OPENCL_FUNCTION_PTR(clFinish); in LoadLibraryFromPath()
205 CL_DEFINE_FUNC_PTR(clFinish);
687 // clFinish wrapper, use OpenCLWrapper function.
688 cl_int clFinish(cl_command_queue command_queue) in clFinish() function
691 auto func = OHOS::clFinish; in clFinish()
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h160 CL_DECLARE_FUNC_PTR(clFinish);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp98 mNative->getDispatch().clFlush == nullptr || mNative->getDispatch().clFinish == nullptr || in createInfo()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp350 cl_int CL_API_CALL clFinish(cl_command_queue command_queue) in clFinish() function
352 return cl::GetDispatch().clFinish(command_queue); in clFinish()
/third_party/opencl-headers/CL/
H A Dcl_icd.h1153 cl_api_clFinish clFinish; member

Completed in 22 milliseconds

12