Searched defs:descriptor_types (Results 1 – 2 of 2) sorted by relevance
1469 static std::string string_descriptorTypes(const std::set<uint32_t> &descriptor_types) { in string_descriptorTypes()2800 …std::set<uint32_t> descriptor_types = TypeToDescriptorTypeSet(module, use.second.type_id, required… in ValidatePipelineShaderStage() local
45231 pub fn descriptor_types(mut self, descriptor_types: &'a [DescriptorType]) -> Self { in descriptor_types() method