Home
last modified time | relevance | path

Searched refs:clRetainKernel (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/libs/compute/include/boost/compute/
Dkernel.hpp58 clRetainKernel(m_kernel); in kernel()
78 clRetainKernel(m_kernel); in kernel()
93 clRetainKernel(m_kernel); in operator =()
/third_party/boost/boost/compute/
Dkernel.hpp58 clRetainKernel(m_kernel); in kernel()
78 clRetainKernel(m_kernel); in kernel()
93 clRetainKernel(m_kernel); in operator =()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def68 clRetainKernel
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp64 clRetainKernel,
Dkernel.cpp78 clRetainKernel(cl_kernel d_kern) try { in clRetainKernel() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map43 clRetainKernel;
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/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp54 cl::clRetainKernel,
Dproc_table_cl_autogen.cpp59 {"clRetainKernel", P(::cl::clRetainKernel)}, in GetProcTable()
Dentry_points_cl_autogen.h139 cl_int CL_API_CALL clRetainKernel(cl_kernel kernel);
Dentry_points_cl_autogen.cpp583 cl_int CL_API_CALL clRetainKernel(cl_kernel kernel) in clRetainKernel() function
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc105 LOAD_OPENCL_FUNCTION_PTR(clRetainKernel); in LoadLibraryFromPath()
193 CL_DEFINE_FUNC_PTR(clRetainKernel);
386 cl_int clRetainKernel(cl_kernel kernel) { in clRetainKernel() function
387 auto func = mindspore::lite::opencl::clRetainKernel; in clRetainKernel()
Dopencl_wrapper.h149 CL_DECLARE_FUNC_PTR(clRetainKernel);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp91 LOAD_OPENCL_FUNCTION_PTR(clRetainKernel); in LoadLibraryFromPath()
175 CL_DEFINE_FUNC_PTR(clRetainKernel);
385 cl_int clRetainKernel(cl_kernel kernel) { in clRetainKernel() function
387 auto func = OHOS::clRetainKernel; in clRetainKernel()
/third_party/opencl-headers/include/
Dopencl_wrapper.h150 CL_DECLARE_FUNC_PTR(clRetainKernel);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp88 mNative->getDispatch().clRetainKernel == nullptr || in createInfo()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h986 clRetainKernel(cl_kernel /* kernel */) CL_API_SUFFIX__VERSION_1_0;
Dcl2.hpp1571 { return ::clRetainKernel(kernel); } in retain()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1142 cl_api_clRetainKernel clRetainKernel; member
Dcl.h1371 clRetainKernel(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0;
/third_party/mesa3d/include/CL/
Dcl.h1369 clRetainKernel(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0;
Dcl_icd.h1142 cl_api_clRetainKernel clRetainKernel; member
Dcl2.hpp1679 { return ::clRetainKernel(kernel); } in retain()
/third_party/opencl-headers/CL/
Dcl.h1371 clRetainKernel(cl_kernel kernel) CL_API_SUFFIX__VERSION_1_0;
Dcl_icd.h1142 cl_api_clRetainKernel clRetainKernel; member

12