• Home
  • Raw
  • Download

Lines Matching refs:dstBinding

538 …auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayE…  in PerformWriteUpdate()
562 if (!p_layout_->HasBinding(update->dstBinding)) { in ValidateCopyUpdate()
565 …criptorSet " << set_ << " does not have copy update dest binding of " << update->dstBinding << "."; in ValidateCopyUpdate()
590 …auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstAr… in ValidateCopyUpdate()
595 …rror_str << "Attempting copy update to descriptorSet " << set_ << " binding#" << update->dstBinding in ValidateCopyUpdate()
596 … << " with offset index of " << p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) in ValidateCopyUpdate()
607 auto dst_type = p_layout_->GetTypeFromBinding(update->dstBinding); in ValidateCopyUpdate()
610 …pting copy update to descriptorSet " << set_ << " binding #" << update->dstBinding << " with type " in ValidateCopyUpdate()
619 …(!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descript… in ValidateCopyUpdate()
643 …auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstAr… in PerformCopyUpdate()
1134 if (!p_layout_->HasBinding(update->dstBinding)) { in ValidateWriteUpdate()
1137 … error_str << "DescriptorSet " << set_ << " does not have binding " << update->dstBinding << "."; in ValidateWriteUpdate()
1142 …auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayE… in ValidateWriteUpdate()
1143 auto type = p_layout_->GetTypeFromBinding(update->dstBinding); in ValidateWriteUpdate()
1147 …ing write update to descriptor set " << set_ << " binding #" << update->dstBinding << " with type " in ValidateWriteUpdate()
1155 …tempting write update to descriptor set " << set_ << " binding #" << update->dstBinding << " with " in ValidateWriteUpdate()
1157 …rs starting at binding offset of " << p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) in ValidateWriteUpdate()
1164 …if (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descr… in ValidateWriteUpdate()
1172 … error_str << "Write update to descriptor in set " << set_ << " binding #" << update->dstBinding in ValidateWriteUpdate()