Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp54 #ifndef TCU_FAIL_STR
55 #define TCU_FAIL_STR(MSG) TCU_FAIL(string(MSG).c_str()) macro
797 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 …]