Searched defs:TypeState (Results 1 – 2 of 2) sorted by relevance
99 struct TypeState struct101 TypeState(vk::VkDescriptorType type_) : type(type_), alive(true), count(0u) in TypeState() argument105 const vk::VkDescriptorType type;106 bool alive;107 uint32_t count;
67 TypeState::TypeState() { in TypeState() function in android::renderscript::TypeState