Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp205 uint32_t bestPhysicalDeviceIndex = 0; in testDeviceCreation() local
299 bestPhysicalDeviceIndex = physDevsWithBothGraphicsAndCompute[0]; in testDeviceCreation()
301 bestPhysicalDeviceIndex = physDevsWithGraphicsOnly[0]; in testDeviceCreation()
308 VkPhysicalDevice bestPhysicalDevice = physicalDevices[bestPhysicalDeviceIndex]; in testDeviceCreation()