Home
last modified time | relevance | path

Searched refs:otherDevices (Results 1 – 1 of 1) sorted by relevance

/external/OpenCL-CTS/test_common/harness/
DtestHarness.cpp905 cl_device_id *otherDevices; in GetOpposingDevice() local
925 otherDevices = (cl_device_id *)malloc(actualCount * sizeof(cl_device_id)); in GetOpposingDevice()
926 if (NULL == otherDevices) in GetOpposingDevice()
931 BufferOwningPtr<cl_device_id> otherDevicesBuf(otherDevices); in GetOpposingDevice()
933 error = clGetDeviceIDs(plat, CL_DEVICE_TYPE_ALL, actualCount, otherDevices, in GetOpposingDevice()
951 if (otherDevices[i] != device) in GetOpposingDevice()
954 error = clGetDeviceInfo(otherDevices[i], CL_DEVICE_TYPE, in GetOpposingDevice()
962 cl_device_id result = otherDevices[i]; in GetOpposingDevice()