Home
last modified time | relevance | path

Searched refs:clReleaseKernel (Results 1 - 25 of 32) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dvf_avgblur_opencl.c87 clReleaseKernel(ctx->kernel_horiz); in avgblur_opencl_init()
89 clReleaseKernel(ctx->kernel_vert); in avgblur_opencl_init()
285 cle = clReleaseKernel(ctx->kernel_horiz); in avgblur_opencl_uninit()
292 cle = clReleaseKernel(ctx->kernel_vert); in avgblur_opencl_uninit()
H A Dvf_colorkey_opencl.c87 clReleaseKernel(ctx->kernel_colorkey); in colorkey_opencl_init()
186 cle = clReleaseKernel(ctx->kernel_colorkey); in colorkey_opencl_uninit()
H A Dvf_neighbor_opencl.c84 clReleaseKernel(ctx->kernel); in neighbor_opencl_init()
227 cle = clReleaseKernel(ctx->kernel); in neighbor_opencl_uninit()
H A Dvf_transpose_opencl.c68 clReleaseKernel(ctx->kernel); in transpose_opencl_init()
219 cle = clReleaseKernel(ctx->kernel); in transpose_opencl_uninit()
H A Dvf_overlay_opencl.c115 clReleaseKernel(ctx->kernel); in overlay_opencl_load()
262 cle = clReleaseKernel(ctx->kernel); in overlay_opencl_uninit()
H A Dopencl.h104 cle = clReleaseKernel(k); \
H A Dvf_convolution_opencl.c95 clReleaseKernel(ctx->kernel); in convolution_opencl_init()
309 cle = clReleaseKernel(ctx->kernel); in convolution_opencl_uninit()
H A Dvf_remap_opencl.c128 clReleaseKernel(ctx->kernel); in remap_opencl_load()
298 cle = clReleaseKernel(ctx->kernel); in remap_opencl_uninit()
H A Dvf_unsharp_opencl.c100 clReleaseKernel(ctx->kernel); in unsharp_opencl_init()
320 cle = clReleaseKernel(ctx->kernel); in unsharp_opencl_uninit()
H A Dvf_pad_opencl.c138 clReleaseKernel(ctx->kernel_pad); in pad_opencl_init()
233 cle = clReleaseKernel(ctx->kernel_pad); in pad_opencl_uninit()
H A Dvf_xfade_opencl.c134 clReleaseKernel(ctx->kernel); in xfade_opencl_load()
352 cle = clReleaseKernel(ctx->kernel); in xfade_opencl_uninit()
H A Dvf_tonemap_opencl.c276 clReleaseKernel(ctx->kernel); in tonemap_opencl_init()
467 cle = clReleaseKernel(ctx->kernel); in tonemap_opencl_uninit()
H A Dvf_program_opencl.c312 cle = clReleaseKernel(ctx->kernel); in program_opencl_uninit()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddispatch.cpp65 clReleaseKernel,
H A Dkernel.cpp87 clReleaseKernel(cl_kernel d_kern) try { in clReleaseKernel() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp55 cl::clReleaseKernel,
H A Dproc_table_cl_autogen.cpp60 {"clReleaseKernel", P(::cl::clReleaseKernel)}, in GetProcTable()
H A Dentry_points_cl_autogen.h140 cl_int CL_API_CALL clReleaseKernel(cl_kernel kernel);
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp110 LOAD_OPENCL_FUNCTION_PTR(clReleaseKernel); in LoadLibraryFromPath()
195 CL_DEFINE_FUNC_PTR(clReleaseKernel);
437 // clReleaseKernel wrapper, use OpenCLWrapper function.
438 cl_int clReleaseKernel(cl_kernel kernel) in clReleaseKernel() function
441 auto func = OHOS::clReleaseKernel; in clReleaseKernel()
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h150 CL_DECLARE_FUNC_PTR(clReleaseKernel);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp123 if (mNative->getDispatch().clReleaseKernel(mNative) != CL_SUCCESS) in ~CLKernelCL()
H A DCLPlatformCL.cpp89 mNative->getDispatch().clReleaseKernel == nullptr || in createInfo()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A 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/CL/
H A Dcl_icd.h1143 cl_api_clReleaseKernel clReleaseKernel; member
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h1143 cl_api_clReleaseKernel clReleaseKernel; member

Completed in 22 milliseconds

12