Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp690 vector<string> ErrorMonitor::GetOtherFailureMsgs() const { return other_messages_; } in GetOtherFailureMsgs() function in ErrorMonitor
706 vector<string> otherMsgs = GetOtherFailureMsgs(); in DumpFailureMsgs()
728 } else if (GetOtherFailureMsgs().size() > 0) { in VerifyFound()
749 } else if (GetOtherFailureMsgs().size() > 0) { in VerifyNotFound()
Dlayer_validation_tests.h264 vector<string> GetOtherFailureMsgs() const;