Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiMaintenance3Check.cpp99 struct TypeState struct
101 TypeState(vk::VkDescriptorType type_) : type(type_), alive(true), count(0u) in TypeState() argument
105 const vk::VkDescriptorType type;
106 bool alive;
107 uint32_t count;