Searched refs:src_start_idx (Results 1 – 1 of 1) sorted by relevance
1000 …auto src_start_idx = src_set->GetGlobalIndexRangeFromBinding(update->srcBinding).start + update->s… in ValidateCopyUpdate() local1001 if ((src_start_idx + update->descriptorCount) > src_set->GetTotalDescriptorCount()) { in ValidateCopyUpdate()1137 …if (!VerifyCopyUpdateContents(update, src_set, src_type, src_start_idx, func_name, error_code, err… in ValidateCopyUpdate()1144 …auto src_start_idx = src_set->GetGlobalIndexRangeFromBinding(update->srcBinding).start + update->s… in PerformCopyUpdate() local1148 auto src = src_set->descriptors_[src_start_idx + di].get(); in PerformCopyUpdate()