Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h506 …bool ValidateWriteUpdate(const debug_report_data *, const VkWriteDescriptorSet *, const char *, st…
Ddescriptor_sets.cpp1730 … 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