Home
last modified time | relevance | path

Searched refs:clGetDeviceIDs (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_icd.h1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member
Dcl.h967 clGetDeviceIDs(cl_platform_id platform,
Dopencl.hpp826 #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()
Dcl.hpp368 #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()