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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/
H A Dcontext.cpp77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices);
81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0);
H A Ddispatch.cpp29 clGetDeviceIDs,
H A Ddevice.cpp31 clGetDeviceIDs(cl_platform_id d_platform, cl_device_type device_type, function in typeref:typename:CLOVER_API cl_int
H A Ddispatch.hpp59 CL_API_ENTRY cl_int (CL_API_CALL *clGetDeviceIDs)(
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
H A Dcontext.cpp77 ret = clGetDeviceIDs(d_platform, type, 0, NULL, &num_devices);
81 ret = clGetDeviceIDs(d_platform, type, num_devices, devs.data(), 0);
H A Ddispatch.cpp30 clGetDeviceIDs,
H A Ddevice.cpp48 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 Dcl.h862 clGetDeviceIDs(cl_platform_id platform,
H A Dcl2.hpp794 #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 Dcl.hpp377 #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 Dcl.h958 clGetDeviceIDs(cl_platform_id platform,
H A Dcl_icd.h1108 cl_api_clGetDeviceIDs clGetDeviceIDs; member in struct:_cl_icd_dispatch
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);
2507 err = ::clGetDeviceIDs(object_, type, n, ids.data(), NULL);
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);
2275 err = ::clGetDeviceIDs(object_, type, n, ids, NULL);

Completed in 64 milliseconds