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