Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h156 …bool VerifyUpdateConsistency(uint32_t, uint32_t, uint32_t, const char *, const VkDescriptorSet, st…
274 …bool VerifyUpdateConsistency(uint32_t current_binding, uint32_t offset, uint32_t update_count, con… in VerifyUpdateConsistency() function
276 …return layout_id_->VerifyUpdateConsistency(current_binding, offset, update_count, type, set, error… in VerifyUpdateConsistency()
Ddescriptor_sets.cpp324 bool cvdescriptorset::DescriptorSetLayoutDef::VerifyUpdateConsistency(uint32_t current_binding, uin… in VerifyUpdateConsistency() function in cvdescriptorset::DescriptorSetLayoutDef
1089 …if ((!src_set->GetLayout()->VerifyUpdateConsistency(update->srcBinding, update->srcArrayElement, u… in ValidateCopyUpdate()
1091 …(!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descript… in ValidateCopyUpdate()
2020 …if (!p_layout_->VerifyUpdateConsistency(update->dstBinding, update->dstArrayElement, update->descr… in ValidateWriteUpdate()