Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkApiVersion.cpp122 static std::vector<deUint32> commonPredecessors; in minVulkanAPIVersion() local
123 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()