Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp106 TypeSet aliveTypes; in getAliveTypes() local
110 aliveTypes.insert(typeCount.first); in getAliveTypes()
112 return aliveTypes; in getAliveTypes()
116 TypeSet getAliveTypesForLimit (const Limit& limit, const TypeSet& aliveTypes) in getAliveTypesForLimit() argument
121 if (aliveTypes.find(type) != aliveTypes.end()) in getAliveTypesForLimit()
132 TypeSet aliveTypes; in distributeCounts() local
134 while ((aliveTypes = getAliveTypes(typeCounts)).size() > 0u) in distributeCounts()
140 for (const auto& type : aliveTypes) in distributeCounts()
150 aliveTypesForLimit = getAliveTypesForLimit(limit, aliveTypes); in distributeCounts()