Searched refs:dest_layout (Results 1 – 1 of 1) sorted by relevance
2334 const auto dest_layout = dest_set->GetLayout(); in ValidateWriteUpdate() local2337 if (dest_layout->IsDestroyed()) { in ValidateWriteUpdate()2344 if (!dest_layout->HasBinding(update->dstBinding)) { in ValidateWriteUpdate()2352 DescriptorSetLayout::ConstBindingIterator dest(dest_layout.get(), update->dstBinding); in ValidateWriteUpdate()2386 auto total_descriptors = dest_layout->GetTotalDescriptorCount(); in ValidateWriteUpdate()2448 …if (!VerifyUpdateConsistency(DescriptorSetLayout::ConstBindingIterator(dest_layout.get(), update->… in ValidateWriteUpdate()