/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | context.cpp | 77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices); in clCreateContextFromType() 81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0); in clCreateContextFromType()
|
H A D | dispatch.cpp | 30 clGetDeviceIDs,
|
H A D | device.cpp | 48 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, in clGetDeviceIDs() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 54 mNative->getDispatch().clGetDeviceIDs == nullptr || in createInfo() 322 if (mNative->getDispatch().clGetDeviceIDs(mNative, CL_DEVICE_TYPE_ALL, 0u, nullptr, in createDevices() 326 if (mNative->getDispatch().clGetDeviceIDs(mNative, CL_DEVICE_TYPE_ALL, numDevices, in createDevices()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 20 cl::clGetDeviceIDs,
|
H A D | proc_table_cl_autogen.cpp | 31 {"clGetDeviceIDs", P(::cl::clGetDeviceIDs)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 28 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform,
|
H A D | entry_points_cl_autogen.cpp | 60 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform, in clGetDeviceIDs() function
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 146 LOAD_OPENCL_FUNCTION_PTR(clGetDeviceIDs); in LoadLibraryFromPath() 233 CL_DEFINE_FUNC_PTR(clGetDeviceIDs); 280 // clGetDeviceIDs wrapper, use OpenCLWrapper function. 281 cl_int clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, cl_uint num_entries, cl_device_id *devices, in clGetDeviceIDs() function 285 auto func = OHOS::clGetDeviceIDs; in clGetDeviceIDs()
|
/third_party/opencl-headers/include/ |
H A D | opencl_wrapper.h | 188 CL_DECLARE_FUNC_PTR(clGetDeviceIDs);
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 32 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform, in clGetDeviceIDs() function 38 return cl::GetDispatch().clGetDeviceIDs(platform, device_type, num_entries, devices, in clGetDeviceIDs()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 372 cle = clGetDeviceIDs(platform_id, CL_DEVICE_TYPE_ALL, in opencl_enumerate_devices() 391 cle = clGetDeviceIDs(platform_id, CL_DEVICE_TYPE_ALL, in opencl_enumerate_devices()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member
|
H A D | cl.h | 967 clGetDeviceIDs(cl_platform_id platform,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member
|
H A D | cl.h | 960 clGetDeviceIDs(cl_platform_id platform,
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member
|
H A D | cl.h | 958 clGetDeviceIDs(cl_platform_id platform,
|
H A D | cl2.hpp | 820 #define __GET_DEVICE_IDS_ERR CL_HPP_ERR_STR_(clGetDeviceIDs) 2491 * Wraps clGetDeviceIDs(). 2501 cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n); in getDevices() 2507 err = ::clGetDeviceIDs(object_, type, n, ids.data(), NULL); in getDevices()
|
H A D | cl.hpp | 377 #define __GET_DEVICE_IDS_ERR __ERR_STR(clGetDeviceIDs) 2259 * Wraps clGetDeviceIDs(). 2269 cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n); in getDevices() 2275 err = ::clGetDeviceIDs(object_, type, n, ids, NULL); in getDevices()
|