Searched refs:num_devices (Results 1 – 6 of 6) sorted by relevance
33 cl_uint *num_devices) { in clGetDeviceIDs() argument40 (!num_devices && !devices)) in clGetDeviceIDs()55 if (num_devices) in clGetDeviceIDs()56 *num_devices = devs.size(); in clGetDeviceIDs()
101 static int num_devices, num_args; variable1107 num_devices = 0; in PRS()1118 if (num_devices >= MAX_DEVICES) { in PRS()1147 devices[num_devices++] = dev ? dev : string_copy(arg); in PRS()1295 if ((num_devices == 1) || (serialize)) in main()1302 if (num_devices == 0) { in main()1307 for (i = 0 ; i < num_devices; i++) { in main()
100 __u32 num_devices; /* out: Largest device index + 1 */ member
183 __u64 num_devices; /* out */ member
706 __u64 num_devices; member
1354 cl_uint* num_devices); in getDevices()