Home
last modified time | relevance | path

Searched refs:clRetainKernel (Results 1 - 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Ddispatch.cpp64 clRetainKernel,
H A Dkernel.cpp78 clRetainKernel(cl_kernel d_kern) try { in clRetainKernel() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp54 cl::clRetainKernel,
H A Dproc_table_cl_autogen.cpp59 {"clRetainKernel", P(::cl::clRetainKernel)}, in GetProcTable()
H A Dentry_points_cl_autogen.h139 cl_int CL_API_CALL clRetainKernel(cl_kernel kernel);
H A Dentry_points_cl_autogen.cpp583 cl_int CL_API_CALL clRetainKernel(cl_kernel kernel) in clRetainKernel() function
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp115 LOAD_OPENCL_FUNCTION_PTR(clRetainKernel); in LoadLibraryFromPath()
201 CL_DEFINE_FUNC_PTR(clRetainKernel);
428 // clRetainKernel wrapper, use OpenCLWrapper function.
429 cl_int clRetainKernel(cl_kernel kernel) in clRetainKernel() function
432 auto func = OHOS::clRetainKernel; in clRetainKernel()
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h156 CL_DECLARE_FUNC_PTR(clRetainKernel);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp88 mNative->getDispatch().clRetainKernel == nullptr || in createInfo()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp271 cl_int CL_API_CALL clRetainKernel(cl_kernel kernel) in clRetainKernel() function
273 return cl::GetDispatch().clRetainKernel(kernel); in clRetainKernel()
/third_party/opencl-headers/CL/
H A Dcl_icd.h1142 cl_api_clRetainKernel clRetainKernel; member
H A Dcl.h1378 clRetainKernel(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0;
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h1142 cl_api_clRetainKernel clRetainKernel; member
H A Dcl.h1371 clRetainKernel(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0;
/third_party/mesa3d/include/CL/
H A Dcl_icd.h1142 cl_api_clRetainKernel clRetainKernel; member
H A Dcl.h1369 clRetainKernel(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0;
H A Dcl2.hpp1679 { return ::clRetainKernel(kernel); } in retain()
5821 * clRetainKernel() and clReleaseKernel().
H A Dcl.hpp1756 { return ::clRetainKernel(kernel); } in retain()
4871 * clRetainKernel() and clReleaseKernel().

Completed in 71 milliseconds