Home
last modified time | relevance | path

Searched refs:dst_start_idx (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp590 …auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstAr… in ValidateCopyUpdate() local
591 if ((dst_start_idx + update->descriptorCount) > p_layout_->GetTotalDescriptorCount()) { in ValidateCopyUpdate()
643 …auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstAr… in PerformCopyUpdate() local
646 … descriptors_[dst_start_idx + di]->CopyUpdate(src_set->descriptors_[src_start_idx + di].get()); in PerformCopyUpdate()