Home
last modified time | relevance | path

Searched refs:clReleaseKernel (Results 1 – 25 of 34) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_avgblur_opencl.c85 clReleaseKernel(ctx->kernel_horiz); in avgblur_opencl_init()
87 clReleaseKernel(ctx->kernel_vert); in avgblur_opencl_init()
283 cle = clReleaseKernel(ctx->kernel_horiz); in avgblur_opencl_uninit()
290 cle = clReleaseKernel(ctx->kernel_vert); in avgblur_opencl_uninit()
Dvf_colorkey_opencl.c87 clReleaseKernel(ctx->kernel_colorkey); in colorkey_opencl_init()
186 cle = clReleaseKernel(ctx->kernel_colorkey); in colorkey_opencl_uninit()
Dvf_neighbor_opencl.c83 clReleaseKernel(ctx->kernel); in neighbor_opencl_init()
226 cle = clReleaseKernel(ctx->kernel); in neighbor_opencl_uninit()
Dvf_overlay_opencl.c116 clReleaseKernel(ctx->kernel); in overlay_opencl_load()
263 cle = clReleaseKernel(ctx->kernel); in overlay_opencl_uninit()
Dvf_transpose_opencl.c70 clReleaseKernel(ctx->kernel); in transpose_opencl_init()
221 cle = clReleaseKernel(ctx->kernel); in transpose_opencl_uninit()
Dvf_convolution_opencl.c93 clReleaseKernel(ctx->kernel); in convolution_opencl_init()
307 cle = clReleaseKernel(ctx->kernel); in convolution_opencl_uninit()
Dvf_unsharp_opencl.c100 clReleaseKernel(ctx->kernel); in unsharp_opencl_init()
320 cle = clReleaseKernel(ctx->kernel); in unsharp_opencl_uninit()
Dopencl.h104 cle = clReleaseKernel(k); \
Dvf_pad_opencl.c138 clReleaseKernel(ctx->kernel_pad); in pad_opencl_init()
233 cle = clReleaseKernel(ctx->kernel_pad); in pad_opencl_uninit()
Dvf_xfade_opencl.c135 clReleaseKernel(ctx->kernel); in xfade_opencl_load()
353 cle = clReleaseKernel(ctx->kernel); in xfade_opencl_uninit()
Dvf_tonemap_opencl.c278 clReleaseKernel(ctx->kernel); in tonemap_opencl_init()
469 cle = clReleaseKernel(ctx->kernel); in tonemap_opencl_uninit()
Dvf_program_opencl.c316 cle = clReleaseKernel(ctx->kernel); in program_opencl_uninit()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def61 clReleaseKernel
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp65 clReleaseKernel,
Dkernel.cpp87 clReleaseKernel(cl_kernel d_kern) try { in clReleaseKernel() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map44 clReleaseKernel;
DlibOpenCL_autogen.cpp276 cl_int CL_API_CALL clReleaseKernel(cl_kernel kernel) in clReleaseKernel() function
278 return cl::GetDispatch().clReleaseKernel(kernel); in clReleaseKernel()
/third_party/opencl-headers/
DREADME_zh.md76 clReleaseKernel(kernel_);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp91 LOAD_OPENCL_FUNCTION_PTR(clReleaseKernel); in LoadLibraryFromPath()
176 CL_DEFINE_FUNC_PTR(clReleaseKernel);
419 cl_int clReleaseKernel(cl_kernel kernel) in clReleaseKernel() function
422 auto func = OHOS::clReleaseKernel; in clReleaseKernel()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp55 cl::clReleaseKernel,
Dproc_table_cl_autogen.cpp60 {"clReleaseKernel", P(::cl::clReleaseKernel)}, in GetProcTable()
Dentry_points_cl_autogen.h140 cl_int CL_API_CALL clReleaseKernel(cl_kernel kernel);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLKernelCL.cpp123 if (mNative->getDispatch().clReleaseKernel(mNative) != CL_SUCCESS) in ~CLKernelCL()
DCLPlatformCL.cpp89 mNative->getDispatch().clReleaseKernel == nullptr || in createInfo()
/third_party/opencl-headers/include/
Dopencl_wrapper.h147 CL_DECLARE_FUNC_PTR(clReleaseKernel);

12