Searched refs:otherDevices (Results 1 – 1 of 1) sorted by relevance
931 cl_device_id *otherDevices; in GetOpposingDevice() local951 otherDevices = (cl_device_id *)malloc(actualCount * sizeof(cl_device_id)); in GetOpposingDevice()952 if (NULL == otherDevices) in GetOpposingDevice()957 BufferOwningPtr<cl_device_id> otherDevicesBuf(otherDevices); in GetOpposingDevice()959 error = clGetDeviceIDs(plat, CL_DEVICE_TYPE_ALL, actualCount, otherDevices, in GetOpposingDevice()977 if (otherDevices[i] != device) in GetOpposingDevice()980 error = clGetDeviceInfo(otherDevices[i], CL_DEVICE_TYPE, in GetOpposingDevice()988 cl_device_id result = otherDevices[i]; in GetOpposingDevice()