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.cpp1390 static std::string string_descriptorTypes(const std::set<uint32_t> &descriptor_types) { in string_descriptorTypes() argument
1392 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() local
2042 … 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()
/external/python/cpython3/Doc/library/
Dinspect.rst1216 descriptor_types = (slot_descriptor, getset_descriptor, wrapper_descriptor)
1219 if type(result) in descriptor_types: