Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A 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;
/aosp_15_r20/frameworks/rs/
H A DrsType.cpp67 TypeState::TypeState() { in TypeState() function in android::renderscript::TypeState