Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.cpp1882 std::string cvdescriptorset::DescriptorSet::StringifySetAndLayout() const { in StringifySetAndLayout() function in cvdescriptorset::DescriptorSet
1919 StringifySetAndLayout().c_str()); in ValidateWriteUpdate()
1926 error_str << StringifySetAndLayout() << " does not have binding " << update->dstBinding; in ValidateWriteUpdate()
1934 …error_str << StringifySetAndLayout() << " cannot updated binding " << update->dstBinding << " that… in ValidateWriteUpdate()
1946 …ror_str << "Cannot call " << func_name << " to perform write update on " << StringifySetAndLayout() in ValidateWriteUpdate()
1957 …error_str << "Attempting write update to " << StringifySetAndLayout() << " binding #" << update->d… in ValidateWriteUpdate()
1965 …error_str << "Attempting write update to " << StringifySetAndLayout() << " binding #" << update->d… in ValidateWriteUpdate()
1977 …error_str << "Attempting write update to " << StringifySetAndLayout() << " binding #" << update->d… in ValidateWriteUpdate()
1985 …error_str << "Attempting write update to " << StringifySetAndLayout() << " binding #" << update->d… in ValidateWriteUpdate()
1995 …error_str << "Attempting write update to " << StringifySetAndLayout() << " binding #" << update->d… in ValidateWriteUpdate()
[all …]
Ddescriptor_sets.h498 std::string StringifySetAndLayout() const;