Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h313 const auto *other_binding_ci = other.GetDescriptorSetLayoutBindingPtr(); in IsConsistent() local
314 assert((binding_ci != nullptr) && (other_binding_ci != nullptr)); in IsConsistent()
316 if ((binding_ci->descriptorType != other_binding_ci->descriptorType) || in IsConsistent()
317 (binding_ci->stageFlags != other_binding_ci->stageFlags) || in IsConsistent()
318 …(!hash_util::similar_for_nullity(binding_ci->pImmutableSamplers, other_binding_ci->pImmutableSampl… in IsConsistent()