Home
last modified time | relevance | path

Searched defs:binding_it (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp1087 auto const &binding_it = vertex_bindings.find(vertex_bind_desc.binding); in manual_PreCallValidateCreateGraphicsPipelines() local
1131 auto const &binding_it = vertex_bindings.find(vertex_attrib_desc.binding); in manual_PreCallValidateCreateGraphicsPipelines() local
Ddescriptor_sets.cpp666 … DescriptorSetLayout::ConstBindingIterator binding_it(descriptor_set->GetLayout().get(), binding); in ValidateDrawState() local