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