Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp2456 if (!VerifyWriteUpdateContents(dest_set, update, start_idx, func_name, error_code, error_msg)) { in ValidateWriteUpdate()
2468 bool CoreChecks::VerifyWriteUpdateContents(const DescriptorSet *dest_set, const VkWriteDescriptorSe… in VerifyWriteUpdateContents() function in CoreChecks
Dcore_validation.h1177 …bool VerifyWriteUpdateContents(const DescriptorSet* dest_set, const VkWriteDescriptorSet* update, …