Searched refs:subDevices (Results 1 – 5 of 5) sorted by relevance
/external/OpenCL-CTS/test_conformance/device_partition/ |
D | test_device_partition.cpp | 506 cl_device_id *subDevices = (cl_device_id*)alloca(sizeof(cl_device_id) * (deviceCount + 1)); in test_partition_of_device() local 507 err = clCreateSubDevices(deviceID, partitionProp[i], deviceCount, subDevices, &deviceCount); in test_partition_of_device() 511 err = test_device_set(deviceCount, deviceCount, subDevices, num_elements); in test_partition_of_device() 517 subDevices[deviceCount] = deviceID; in test_partition_of_device() 518 err = test_device_set(deviceCount + 1, deviceCount, subDevices, num_elements, &deviceID); in test_partition_of_device() 527 …err = test_partition_of_device(subDevices[0], context, queue, num_elements, partitionProp[i], star… in test_partition_of_device() 536 err = clReleaseDevice(subDevices[j]); in test_partition_of_device()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CLDeviceVk.h | 34 CreateFuncs &subDevices,
|
D | CLDeviceVk.cpp | 52 CreateFuncs &subDevices, in createSubDevices() argument
|
/external/angle/src/libANGLE/ |
D | CLDevice.cpp | 331 cl_device_id *subDevices, in createSubDevices() argument 334 if (subDevices == nullptr) in createSubDevices() 360 *subDevices++ = subDevice.release(); in createSubDevices()
|
D | CLDevice.h | 32 cl_device_id *subDevices,
|