Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp207 std::vector<uint32_t> physDevsWithBothGraphicsAndCompute; in testDeviceCreation() local
287 physDevsWithBothGraphicsAndCompute.push_back(i); in testDeviceCreation()
298 if (physDevsWithBothGraphicsAndCompute.size() > 0) { in testDeviceCreation()
299 bestPhysicalDeviceIndex = physDevsWithBothGraphicsAndCompute[0]; in testDeviceCreation()