Searched refs:numDevices (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 2936 size_type numDevices = devices.size(); in Context() local 2937 vector<cl_device_id> deviceIDs(numDevices); in Context() 2939 for( size_type deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Context() 2944 properties, (cl_uint) numDevices, in Context() 6577 const size_type numDevices = devices.size(); in Program() local 6580 if(binaries.size() != numDevices) { in Program() 6590 vector<size_type> lengths(numDevices); in Program() 6591 vector<const unsigned char*> images(numDevices); in Program() 6593 for (size_type i = 0; i < numDevices; ++i) { in Program() 6598 for (size_type i = 0; i < numDevices; ++i) { in Program() [all …]
|
D | cl.hpp | 2520 ::size_t numDevices = devices.size(); in Context() 2521 cl_device_id* deviceIDs = (cl_device_id*) alloca(numDevices * sizeof(cl_device_id)); in Context() 2522 for( ::size_t deviceIndex = 0; deviceIndex < numDevices; ++deviceIndex ) { in Context() 2527 properties, (cl_uint) numDevices, in Context() 5144 const ::size_t numDevices = devices.size(); in Program() local 5147 if(binaries.size() != numDevices) { in Program() 5156 ::size_t* lengths = (::size_t*) alloca(numDevices * sizeof(::size_t)); in Program() 5157 …const unsigned char** images = (const unsigned char**) alloca(numDevices * sizeof(const unsigned c… in Program() 5159 for (::size_t i = 0; i < numDevices; ++i) { in Program() 5164 cl_device_id* deviceIDs = (cl_device_id*) alloca(numDevices * sizeof(cl_device_id)); in Program() [all …]
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | wglext.h | 807 typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevi… 814 BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice);
|
/hardware/google/gfxstream/include/GL/ |
D | wglext.h | 795 extern BOOL WINAPI wglGetVideoDeviceNV (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevice); 802 typedef BOOL (WINAPI * PFNWGLGETVIDEODEVICENVPROC) (HDC hDC, int numDevices, HPVIDEODEV *hVideoDevi…
|