Home
last modified time | relevance | path

Searched refs:descriptor_types (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1469 static std::string string_descriptorTypes(const std::set<uint32_t> &descriptor_types) { in string_descriptorTypes() argument
1471 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() local
2806 … 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()
/external/python/cpython3/Doc/library/
Dinspect.rst1256 descriptor_types = (slot_descriptor, getset_descriptor, wrapper_descriptor)
1259 if type(result) in descriptor_types: