Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp208 std::vector<uint32_t> physDevsWithGraphicsOnly; in testDeviceCreation() local
292 physDevsWithGraphicsOnly.push_back(i); in testDeviceCreation()
300 } else if (physDevsWithGraphicsOnly.size() > 0) { in testDeviceCreation()
301 bestPhysicalDeviceIndex = physDevsWithGraphicsOnly[0]; in testDeviceCreation()