Searched refs:descriptor_types (Results 1 – 2 of 2) sorted by relevance
1390 static std::string string_descriptorTypes(const std::set<uint32_t> &descriptor_types) { in string_descriptorTypes() argument1392 for (auto it = descriptor_types.begin(); it != descriptor_types.end(); ++it) { in string_descriptorTypes()2036 …std::set<uint32_t> descriptor_types = TypeToDescriptorTypeSet(module, use.second.type_id, required… in ValidatePipelineShaderStage() local2042 … use.first.first, use.first.second, string_descriptorTypes(descriptor_types).c_str()); in ValidatePipelineShaderStage()2048 } else if (descriptor_types.find(binding->descriptorType) == descriptor_types.end()) { in ValidatePipelineShaderStage()2052 use.first.second, string_descriptorTypes(descriptor_types).c_str(), in ValidatePipelineShaderStage()
1216 descriptor_types = (slot_descriptor, getset_descriptor, wrapper_descriptor)1219 if type(result) in descriptor_types: