Searched refs:TCU_FAIL_STR (Results 1 – 1 of 1) sorted by relevance
54 #ifndef TCU_FAIL_STR55 #define TCU_FAIL_STR(MSG) TCU_FAIL(string(MSG).c_str()) macro797 TCU_FAIL_STR(string("Invalid result ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPropertiesKHR()801 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPropertiesKHR()846 TCU_FAIL_STR( string("displayCountRetrieved != displayCountExpected, ") + in testGetPhysicalDeviceDisplayPropertiesKHR()852 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPropertiesKHR()857 TCU_FAIL_STR(string("Expected VK_INCOMPLETE. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPropertiesKHR()895 TCU_FAIL_STR(results.getMessage()); in testGetPhysicalDeviceDisplayPropertiesKHR()947 TCU_FAIL_STR(string("Invalid result ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()951 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()[all …]