Home | History | Annotate | Download | only in layers

Lines Matching refs:srcBinding

497     if (!src_set->HasBinding(update->srcBinding)) {
499 error_str << "DescriptorSet " << set_ << " does not have copy update src binding of " << update->srcBinding << ".";
505 auto src_start_idx = src_set->GetGlobalStartIndexFromBinding(update->srcBinding) + update->srcArrayElement;
509 error_str << "Attempting copy update from descriptorSet " << update->srcSet << " binding#" << update->srcBinding
510 << " with offset index of " << src_set->GetGlobalStartIndexFromBinding(update->srcBinding)
528 auto src_type = src_set->GetTypeFromBinding(update->srcBinding);
534 << update->srcBinding << " with type " << string_VkDescriptorType(src_type) << ". Types do not match.";
539 if ((!src_set->GetLayout()->VerifyUpdateConsistency(update->srcBinding, update->srcArrayElement, update->descriptorCount,
549 error_str << "Attempting copy update from descriptorSet " << src_set << " binding #" << update->srcBinding << " but descriptor at array offset "
564 auto src_start_idx = src_set->GetGlobalStartIndexFromBinding(update->srcBinding) + update->srcArrayElement;