Lines Matching refs:dstArrayElement
974 auto offset = update->dstArrayElement; in PerformWriteUpdate()
1062 …dx = p_layout_->GetGlobalIndexRangeFromBinding(update->dstBinding).start + update->dstArrayElement; in ValidateCopyUpdate()
1069 …<< " plus update array offset of " << update->dstArrayElement << " and update of " << update->desc… in ValidateCopyUpdate()
1091 …(!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descript… in ValidateCopyUpdate()
1165 if ((update->dstArrayElement % 4) != 0) { in ValidateCopyUpdate()
1169 << "dstArrayElement " << update->dstArrayElement << " not a multiple of 4"; in ValidateCopyUpdate()
1192 …dx = p_layout_->GetGlobalIndexRangeFromBinding(update->dstBinding).start + update->dstArrayElement; in PerformCopyUpdate()
1802 auto dst_array_element = create_info.pDescriptorUpdateEntries[i].dstArrayElement; in DecodedTemplateUpdate()
1821 write_entry.dstArrayElement = dst_array_element; in DecodedTemplateUpdate()
1952 …dx = p_layout_->GetGlobalIndexRangeFromBinding(update->dstBinding).start + update->dstArrayElement; in ValidateWriteUpdate()
1969 … << update->dstArrayElement << " oversteps the available number of consecutive descriptors"; in ValidateWriteUpdate()
1974 if ((update->dstArrayElement % 4) != 0) { in ValidateWriteUpdate()
1978 << "dstArrayElement " << update->dstArrayElement << " not a multiple of 4"; in ValidateWriteUpdate()
2020 …if (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descr… in ValidateWriteUpdate()