Home
last modified time | relevance | path

Searched defs: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()
2800 …std::set<uint32_t> descriptor_types = TypeToDescriptorTypeSet(module, use.second.type_id, required… in ValidatePipelineShaderStage() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs45231 pub fn descriptor_types(mut self, descriptor_types: &'a [DescriptorType]) -> Self { in descriptor_types() method