Lines Matching refs:dstArrayElement
918 auto offset = update->dstArrayElement; in PerformWriteUpdate()
1012 …x = dst_layout->GetGlobalIndexRangeFromBinding(update->dstBinding).start + update->dstArrayElement; in ValidateCopyUpdate()
1019 …<< " plus update array offset of " << update->dstArrayElement << " and update of " << update->desc… in ValidateCopyUpdate()
1044 … update->dstArrayElement, update->descriptorCount, "copy update to", dst_set->GetSet(), in ValidateCopyUpdate()
1118 if ((update->dstArrayElement % 4) != 0) { in ValidateCopyUpdate()
1122 << "dstArrayElement " << update->dstArrayElement << " not a multiple of 4"; in ValidateCopyUpdate()
1145 …dx = p_layout_->GetGlobalIndexRangeFromBinding(update->dstBinding).start + update->dstArrayElement; in PerformCopyUpdate()
1777 auto dst_array_element = create_info.pDescriptorUpdateEntries[i].dstArrayElement; in DecodedTemplateUpdate()
1796 write_entry.dstArrayElement = dst_array_element; in DecodedTemplateUpdate()
2375 auto start_idx = dest.GetGlobalIndexRange().start + update->dstArrayElement; in ValidateWriteUpdate()
2394 … << update->dstArrayElement << " oversteps the available number of consecutive descriptors"; in ValidateWriteUpdate()
2399 if ((update->dstArrayElement % 4) != 0) { in ValidateWriteUpdate()
2404 << "dstArrayElement " << update->dstArrayElement << " not a multiple of 4"; in ValidateWriteUpdate()
2449 … update->dstArrayElement, update->descriptorCount, "write update to", dest_set->GetSet(), in ValidateWriteUpdate()