Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp319 std::vector<uint32_t> wantedQueueFamilyCounts; in testDeviceCreation() local
327 wantedQueueFamilyCounts.push_back(queueFamilies[i].queueCount); in testDeviceCreation()
334 wantedQueueFamilyCounts.push_back(queueFamilies[i].queueCount); in testDeviceCreation()
343 auto queueCount = wantedQueueFamilyCounts[i]; in testDeviceCreation()