Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp308 VkPhysicalDevice bestPhysicalDevice = physicalDevices[bestPhysicalDeviceIndex]; in testDeviceCreation() local
312 bestPhysicalDevice, &queueFamilyCount, nullptr); in testDeviceCreation()
316 bestPhysicalDevice, &queueFamilyCount, queueFamilies.data()); in testDeviceCreation()
376 vk->vkCreateDevice(bestPhysicalDevice, &ci, nullptr, &device)); in testDeviceCreation()
378 *physDevice_out = bestPhysicalDevice; in testDeviceCreation()