Home | History | Annotate | Download | only in tests

Lines Matching refs:msgFlags

105 static VKAPI_ATTR VkBool32 VKAPI_CALL myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject,
132 void SetDesiredFailureMsg(VkFlags msgFlags, const char *msgString) {
141 m_msgFlags = msgFlags;
146 void SetDesiredFailureMsg(VkFlags msgFlags, UNIQUE_VALIDATION_ERROR_CODE msg_id) {
155 m_msgFlags = msgFlags;
270 static VKAPI_ATTR VkBool32 VKAPI_CALL myDbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject,
274 if (msgFlags & errMonitor->GetMessageFlags()) {