Home
last modified time | relevance | path

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

12

/third_party/boost/libs/compute/include/boost/compute/
Ddevice.hpp68 clRetainDevice(m_id); in device()
81 clRetainDevice(m_id); in device()
100 clRetainDevice(m_id); in operator =()
/third_party/boost/boost/compute/
Ddevice.hpp68 clRetainDevice(m_id); in device()
81 clRetainDevice(m_id); in device()
100 clRetainDevice(m_id); in operator =()
/third_party/mesa3d/src/gallium/targets/opencl/
DOpenCL.def98 clRetainDevice
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp132 clRetainDevice,
Ddevice.cpp93 clRetainDevice(cl_device_id d_dev) try { in clRetainDevice() function
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
DlibOpenCL_autogen.map98 clRetainDevice;
DlibOpenCL_autogen.cpp761 cl_int CL_API_CALL clRetainDevice(cl_device_id device) in clRetainDevice() function
763 return cl::GetDispatch().clRetainDevice(device); in clRetainDevice()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_dispatch_table.cpp122 cl::clRetainDevice,
Dproc_table_cl_autogen.cpp104 {"clRetainDevice", P(::cl::clRetainDevice)}, in GetProcTable()
Dentry_points_cl_autogen.h404 cl_int CL_API_CALL clRetainDevice(cl_device_id device);
Dentry_points_cl_autogen.cpp1580 cl_int CL_API_CALL clRetainDevice(cl_device_id device) in clRetainDevice() function
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_wrapper.cc145 LOAD_OPENCL_FUNCTION_PTR(clRetainDevice); in LoadLibraryFromPath()
233 CL_DEFINE_FUNC_PTR(clRetainDevice);
654 cl_int clRetainDevice(cl_device_id device) { in clRetainDevice() function
655 auto func = mindspore::lite::opencl::clRetainDevice; in clRetainDevice()
Dopencl_wrapper.h189 CL_DECLARE_FUNC_PTR(clRetainDevice);
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp131 LOAD_OPENCL_FUNCTION_PTR(clRetainDevice); in LoadLibraryFromPath()
215 CL_DEFINE_FUNC_PTR(clRetainDevice);
685 cl_int clRetainDevice(cl_device_id device) { in clRetainDevice() function
687 auto func = OHOS::clRetainDevice; in clRetainDevice()
/third_party/opencl-headers/include/
Dopencl_wrapper.h190 CL_DECLARE_FUNC_PTR(clRetainDevice);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp243 mNative->getDispatch().clRetainDevice == nullptr || in createInfo()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h701 clRetainDevice(cl_device_id /* device */) CL_API_SUFFIX__VERSION_1_2;
Dcl2.hpp1482 { return ::clRetainDevice(device); } in retain()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_icd.h1210 cl_api_clRetainDevice clRetainDevice; member
Dcl.h983 clRetainDevice(cl_device_id device) CL_API_SUFFIX__VERSION_1_2;
/third_party/mesa3d/include/CL/
Dcl.h981 clRetainDevice(cl_device_id device) CL_API_SUFFIX__VERSION_1_2;
Dcl_icd.h1210 cl_api_clRetainDevice clRetainDevice; member
Dcl2.hpp1590 { return ::clRetainDevice(device); } in retain()
/third_party/opencl-headers/CL/
Dcl.h983 clRetainDevice(cl_device_id device) CL_API_SUFFIX__VERSION_1_2;
Dcl_icd.h1210 cl_api_clRetainDevice clRetainDevice; member

12