Searched refs:physDevsWithGraphicsOnly (Results 1 – 1 of 1) sorted by relevance
208 std::vector<uint32_t> physDevsWithGraphicsOnly; in testDeviceCreation() local292 physDevsWithGraphicsOnly.push_back(i); in testDeviceCreation()300 } else if (physDevsWithGraphicsOnly.size() > 0) { in testDeviceCreation()301 bestPhysicalDeviceIndex = physDevsWithGraphicsOnly[0]; in testDeviceCreation()