Searched refs: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() argument1471 for (auto it = descriptor_types.begin(); it != descriptor_types.end(); ++it) { in string_descriptorTypes()2800 …std::set<uint32_t> descriptor_types = TypeToDescriptorTypeSet(module, use.second.type_id, required… in ValidatePipelineShaderStage() local2806 … use.first.first, use.first.second, string_descriptorTypes(descriptor_types).c_str()); in ValidatePipelineShaderStage()2812 } else if (descriptor_types.find(binding->descriptorType) == descriptor_types.end()) { in ValidatePipelineShaderStage()2816 use.first.second, string_descriptorTypes(descriptor_types).c_str(), in ValidatePipelineShaderStage()
1256 descriptor_types = (slot_descriptor, getset_descriptor, wrapper_descriptor)1259 if type(result) in descriptor_types: