Home | History | Annotate | Download | only in layers

Lines Matching refs:srcBinding

569     if (!src_set->HasBinding(update->srcBinding)) {
572 error_str << "DescriptorSet " << set_ << " does not have copy update src binding of " << update->srcBinding << ".";
578 auto src_start_idx = src_set->GetGlobalStartIndexFromBinding(update->srcBinding) + update->srcArrayElement;
583 error_str << "Attempting copy update from descriptorSet " << update->srcSet << " binding#" << update->srcBinding
584 << " with offset index of " << src_set->GetGlobalStartIndexFromBinding(update->srcBinding)
606 auto src_type = src_set->GetTypeFromBinding(update->srcBinding);
612 << update->srcBinding << " with type " << string_VkDescriptorType(src_type) << ". Types do not match.";
617 if ((!src_set->GetLayout()->VerifyUpdateConsistency(update->srcBinding, update->srcArrayElement, update->descriptorCount,
627 error_str << "Attempting copy update from descriptorSet " << src_set << " binding #" << update->srcBinding << " but descriptor at array offset "
642 auto src_start_idx = src_set->GetGlobalStartIndexFromBinding(update->srcBinding) + update->srcArrayElement;