Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/tests/
DVulkan_unittest.cpp208 std::vector<uint32_t> physDevsWithBothGraphicsAndCompute; in testDeviceCreation() local
288 physDevsWithBothGraphicsAndCompute.push_back(i); in testDeviceCreation()
299 if (physDevsWithBothGraphicsAndCompute.size() > 0) { in testDeviceCreation()
300 bestPhysicalDeviceIndex = physDevsWithBothGraphicsAndCompute[0]; in testDeviceCreation()