Searched refs:commonPredecessors (Results 1 – 1 of 1) sorted by relevance
122 static std::vector<deUint32> commonPredecessors; in minVulkanAPIVersion() local123 if (commonPredecessors.empty()) in minVulkanAPIVersion()129 commonPredecessors.push_back(it->second); in minVulkanAPIVersion()132 …std::sort(begin(commonPredecessors), end(commonPredecessors), [](deUint32 xlhs, deUint32 xrhs) { r… in minVulkanAPIVersion()134 for (auto it = begin(commonPredecessors); it != end(commonPredecessors); ++it) in minVulkanAPIVersion()