Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp89 struct TypeState struct
91 TypeState(vk::VkDescriptorType type_) in TypeState() function
100 using TypeCounts = map<vk::VkDescriptorType, TypeState>;
361 typeCounts.emplace(make_pair(type, TypeState(type))); in calculateBindings()