Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp2334 const auto dest_layout = dest_set->GetLayout(); in ValidateWriteUpdate() local
2337 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()