Searched refs:ValidateWriteUpdate (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.cpp | 1705 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
|
D | core_validation.h | 1175 …bool ValidateWriteUpdate(const DescriptorSet* descriptor_set, const VkWriteDescriptorSet* update, …
|