Lines Matching refs:dstBinding
917 auto binding_being_updated = update->dstBinding; in PerformWriteUpdate()
937 if (!(p_layout_->GetDescriptorBindingFlagsFromBinding(update->dstBinding) & in PerformWriteUpdate()
972 if (!dst_layout->HasBinding(update->dstBinding)) { in ValidateCopyUpdate()
975 …rSet " << dst_set->GetSet() << " does not have copy update dest binding of " << update->dstBinding; in ValidateCopyUpdate()
988 !(dst_layout->GetDescriptorBindingFlagsFromBinding(update->dstBinding) & in ValidateCopyUpdate()
1012 …auto dst_start_idx = dst_layout->GetGlobalIndexRangeFromBinding(update->dstBinding).start + update… in ValidateCopyUpdate()
1017 …Attempting copy update to descriptorSet " << dst_set->GetSet() << " binding#" << update->dstBinding in ValidateCopyUpdate()
1018 …<< " with offset index of " << dst_layout->GetGlobalIndexRangeFromBinding(update->dstBinding).start in ValidateCopyUpdate()
1029 auto dst_type = dst_layout->GetTypeFromBinding(update->dstBinding); in ValidateCopyUpdate()
1032 …ttempting copy update to descriptorSet " << dst_set->GetSet() << " binding #" << update->dstBinding in ValidateCopyUpdate()
1043 …yUpdateConsistency(DescriptorSetLayout::ConstBindingIterator(dst_layout.get(), update->dstBinding), in ValidateCopyUpdate()
1145 …auto dst_start_idx = p_layout_->GetGlobalIndexRangeFromBinding(update->dstBinding).start + update-… in PerformCopyUpdate()
1159 if (!(p_layout_->GetDescriptorBindingFlagsFromBinding(update->dstBinding) & in PerformCopyUpdate()
1775 …nt = layout_obj->GetDescriptorCountFromBinding(create_info.pDescriptorUpdateEntries[i].dstBinding); in DecodedTemplateUpdate()
1776 auto binding_being_updated = create_info.pDescriptorUpdateEntries[i].dstBinding; in DecodedTemplateUpdate()
1795 write_entry.dstBinding = binding_being_updated; in DecodedTemplateUpdate()
2344 if (!dest_layout->HasBinding(update->dstBinding)) { in ValidateWriteUpdate()
2347 … error_str << dest_set->StringifySetAndLayout() << " does not have binding " << update->dstBinding; in ValidateWriteUpdate()
2352 DescriptorSetLayout::ConstBindingIterator dest(dest_layout.get(), update->dstBinding); in ValidateWriteUpdate()
2357 … error_str << dest_set->StringifySetAndLayout() << " cannot updated binding " << update->dstBinding in ValidateWriteUpdate()
2380 …mpting write update to " << dest_set->StringifySetAndLayout() << " binding #" << update->dstBinding in ValidateWriteUpdate()
2390 …mpting write update to " << dest_set->StringifySetAndLayout() << " binding #" << update->dstBinding in ValidateWriteUpdate()
2402 …mpting write update to " << dest_set->StringifySetAndLayout() << " binding #" << update->dstBinding in ValidateWriteUpdate()
2411 …mpting write update to " << dest_set->StringifySetAndLayout() << " binding #" << update->dstBinding in ValidateWriteUpdate()
2423 << update->dstBinding << " with " in ValidateWriteUpdate()
2427 << update->dstBinding << " with " in ValidateWriteUpdate()
2439 …mpting write update to " << dest_set->StringifySetAndLayout() << " binding #" << update->dstBinding in ValidateWriteUpdate()
2448 …UpdateConsistency(DescriptorSetLayout::ConstBindingIterator(dest_layout.get(), update->dstBinding), in ValidateWriteUpdate()
2458 …tr << "Write update to " << dest_set->StringifySetAndLayout() << " binding #" << update->dstBinding in ValidateWriteUpdate()