Searched refs:wantedQueueFamilyCounts (Results 1 – 1 of 1) sorted by relevance
319 std::vector<uint32_t> wantedQueueFamilyCounts; in testDeviceCreation() local327 wantedQueueFamilyCounts.push_back(queueFamilies[i].queueCount); in testDeviceCreation()334 wantedQueueFamilyCounts.push_back(queueFamilies[i].queueCount); in testDeviceCreation()343 auto queueCount = wantedQueueFamilyCounts[i]; in testDeviceCreation()