Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp506 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/
DCLDeviceVk.h34 CreateFuncs &subDevices,
DCLDeviceVk.cpp52 CreateFuncs &subDevices, in createSubDevices() argument
/external/angle/src/libANGLE/
DCLDevice.cpp331 cl_device_id *subDevices, in createSubDevices() argument
334 if (subDevices == nullptr) in createSubDevices()
360 *subDevices++ = subDevice.release(); in createSubDevices()
DCLDevice.h32 cl_device_id *subDevices,