Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp1859 std::string cvdescriptorset::DescriptorSet::StringifySetAndLayout() const { in StringifySetAndLayout() function in cvdescriptorset::DescriptorSet
2340 dest_set->StringifySetAndLayout().c_str()); in ValidateWriteUpdate()
2347 … error_str << dest_set->StringifySetAndLayout() << " does not have binding " << update->dstBinding; in ValidateWriteUpdate()
2357 … error_str << dest_set->StringifySetAndLayout() << " cannot updated binding " << update->dstBinding in ValidateWriteUpdate()
2369 … "Cannot call " << func_name << " to perform write update on " << dest_set->StringifySetAndLayout() in ValidateWriteUpdate()
2380 …error_str << "Attempting write update to " << dest_set->StringifySetAndLayout() << " binding #" <<… in ValidateWriteUpdate()
2390 …error_str << "Attempting write update to " << dest_set->StringifySetAndLayout() << " binding #" <<… in ValidateWriteUpdate()
2402 …error_str << "Attempting write update to " << dest_set->StringifySetAndLayout() << " binding #" <<… in ValidateWriteUpdate()
2411 …error_str << "Attempting write update to " << dest_set->StringifySetAndLayout() << " binding #" <<… in ValidateWriteUpdate()
2422 … error_str << "Attempting write update to " << dest_set->StringifySetAndLayout() << " binding #" in ValidateWriteUpdate()
[all …]
Ddescriptor_sets.h563 std::string StringifySetAndLayout() const;