Searched refs:physDeviceIdx (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 158 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup() local 182 …ures = getPhysicalDeviceFeatures(instanceDriver, deviceGroupInfo.pPhysicalDevices[physDeviceIdx]); in createDeviceGroup() 184 …ueFamilyProperties(instanceDriver, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]); in createDeviceGroup() 214 …terface(), instance, instanceDriver, deviceGroupInfo.pPhysicalDevices[physDeviceIdx], &deviceInfo); in createDeviceGroup() 216 …getPhysicalDeviceMemoryProperties(instanceDriver, deviceGroupInfo.pPhysicalDevices[physDeviceIdx]); in createDeviceGroup()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 2355 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup() local 2374 …eFeatures = getPhysicalDeviceFeatures(instance, deviceGroupInfo.pPhysicalDevices[physDeviceIdx]); in createDeviceGroup() 2375 …iceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]); in createDeviceGroup() 2410 …deviceGroupInstance.get(), instance, deviceGroupInfo.pPhysicalDevices[physDeviceIdx], &deviceInfo); in createDeviceGroup()
|