Searched refs:binding_ci (Results 1 – 1 of 1) sorted by relevance
312 const auto *binding_ci = GetDescriptorSetLayoutBindingPtr(); in IsConsistent() local314 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()