Searched refs:clGetDeviceIDs (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl_icd.h | 1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member
|
D | cl.h | 967 clGetDeviceIDs(cl_platform_id platform,
|
D | opencl.hpp | 826 #define __GET_DEVICE_IDS_ERR CL_HPP_ERR_STR_(clGetDeviceIDs) 2624 cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n); in getDevices() 2631 err = ::clGetDeviceIDs(object_, type, n, ids.data(), NULL); in getDevices()
|
D | cl.hpp | 368 #define __GET_DEVICE_IDS_ERR __ERR_STR(clGetDeviceIDs) 2260 cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n); in getDevices() 2267 err = ::clGetDeviceIDs(object_, type, n, ids, NULL); in getDevices()
|