Searched refs:ValidateWriteUpdate (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | descriptor_sets.h | 506 …bool ValidateWriteUpdate(const debug_report_data *, const VkWriteDescriptorSet *, const char *, st…
|
D | descriptor_sets.cpp | 1730 … if (!set_node->ValidateWriteUpdate(report_data, &p_wds[i], func_name, &error_code, &error_str)) { in ValidateUpdateDescriptorSets() 1902 if (!ValidateWriteUpdate(report_data, &p_wds[i], func_name, &error_code, &error_str)) { in ValidatePushDescriptorsUpdate() 1913 bool cvdescriptorset::DescriptorSet::ValidateWriteUpdate(const debug_report_data *report_data, cons… in ValidateWriteUpdate() function in cvdescriptorset::DescriptorSet
|