Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp1705 if (!ValidateWriteUpdate(set_node, &p_wds[i], func_name, &error_code, &error_str)) { in ValidateUpdateDescriptorSets()
1881 if (!ValidateWriteUpdate(push_set, &p_wds[i], func_name, &error_code, &error_str)) { in ValidatePushDescriptorsUpdate()
2332 bool CoreChecks::ValidateWriteUpdate(const DescriptorSet *dest_set, const VkWriteDescriptorSet *upd… in ValidateWriteUpdate() function in CoreChecks
Dcore_validation.h1175 …bool ValidateWriteUpdate(const DescriptorSet* descriptor_set, const VkWriteDescriptorSet* update, …