Home
last modified time | relevance | path

Searched refs:clGetDeviceIDs (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dcontext.cpp77 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 Ddispatch.cpp30 clGetDeviceIDs,
H A Ddevice.cpp48 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 DCLPlatformCL.cpp54 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 Dcl_dispatch_table.cpp20 cl::clGetDeviceIDs,
H A Dproc_table_cl_autogen.cpp31 {"clGetDeviceIDs", P(::cl::clGetDeviceIDs)}, in GetProcTable()
H A Dentry_points_cl_autogen.h28 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform,
H A Dentry_points_cl_autogen.cpp60 cl_int CL_API_CALL clGetDeviceIDs(cl_platform_id platform, in clGetDeviceIDs() function
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp146 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 Dopencl_wrapper.h188 CL_DECLARE_FUNC_PTR(clGetDeviceIDs);
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A DlibOpenCL_autogen.cpp32 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 Dhwcontext_opencl.c372 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 Dcl_icd.h1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member
H A Dcl.h967 clGetDeviceIDs(cl_platform_id platform,
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member
H A Dcl.h960 clGetDeviceIDs(cl_platform_id platform,
/third_party/mesa3d/include/CL/
H A Dcl_icd.h1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member
H A Dcl.h958 clGetDeviceIDs(cl_platform_id platform,
H A Dcl2.hpp820 #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 Dcl.hpp377 #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()

Completed in 62 milliseconds