| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| H A D | context.cpp | 77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices); 81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0);
|
| H A D | dispatch.cpp | 29 clGetDeviceIDs,
|
| H A D | device.cpp | 31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, function in typeref:typename:CLOVER_API cl_int
|
| H A D | dispatch.hpp | 59 CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDs)(
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | context.cpp | 77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices); 81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0);
|
| H A D | dispatch.cpp | 30 clGetDeviceIDs,
|
| H A D | device.cpp | 48 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, function in typeref:typename:CLOVER_API cl_int
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl.h | 862 clGetDeviceIDs(cl_platform_id platform,
|
| H A D | cl2.hpp | 794 #define __GET_DEVICE_IDS_ERR CL_HPP_ERR_STR_(clGetDeviceIDs) 2347 * Wraps clGetDeviceIDs(). 2357 cl_int err = ::clGetDeviceIDs(object_, type, 0, NULL, &n); 2363 err = ::clGetDeviceIDs(object_, type, n, ids.data(), NULL);
|
| 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); 2275 err = ::clGetDeviceIDs(object_, type, n, ids, NULL);
|
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl.h | 958 clGetDeviceIDs(cl_platform_id platform,
|
| H A D | cl_icd.h | 1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member in struct:_cl_icd_dispatch
|
| 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); 2507 err = ::clGetDeviceIDs(object_, type, n, ids.data(), NULL);
|
| 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); 2275 err = ::clGetDeviceIDs(object_, type, n, ids, NULL);
|