Lines Matching refs:getResultAsString
120 std::string getResultAsString (vk::VkResult result) in getResultAsString() function
315 << "vkGetPhysicalDeviceDisplayPropertiesKHR failed with " << getResultAsString(result) in getDisplays()
333 << "vkGetPhysicalDeviceDisplayPropertiesKHR failed with " << getResultAsString(result) in getDisplays()
387 << "vkGetDisplayPlaneSupportedDisplaysKHR failed with " << getResultAsString(result) in getDisplaysForPlane()
407 << "vkGetDisplayPlaneSupportedDisplaysKHR failed with " << getResultAsString(result) in getDisplaysForPlane()
449 << "vkGetDisplayModePropertiesKHR failed with " << getResultAsString(result) in getDisplayModeProperties()
469 << "vkGetDisplayModePropertiesKHR failed with " << getResultAsString(result) in getDisplayModeProperties()
526 << "vkGetPhysicalDeviceDisplayProperties2KHR failed with " << getResultAsString(result) in getDisplays2()
544 << "vkGetPhysicalDeviceDisplayProperties2KHR failed with " << getResultAsString(result) in getDisplays2()
611 << "vkGetDisplayModeProperties2KHR failed with " << getResultAsString(result) in getDisplayModeProperties2()
631 << "vkGetDisplayModeProperties2KHR failed with " << getResultAsString(result) in getDisplayModeProperties2()
797 TCU_FAIL_STR(string("Invalid result ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPropertiesKHR()
801 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); 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()
947 TCU_FAIL_STR(string("Invalid result ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
951 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
996 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1001 TCU_FAIL_STR(string("Expected VK_INCOMPLETE. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1069 TCU_FAIL_STR(string("Invalid result ") + getResultAsString(result)); in testGetDisplayPlaneSupportedDisplaysKHR()
1073 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetDisplayPlaneSupportedDisplaysKHR()
1101 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetDisplayPlaneSupportedDisplaysKHR()
1130 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetDisplayPlaneSupportedDisplaysKHR()
1135 TCU_FAIL_STR(string("Expected VK_INCOMPLETE. Have ") + getResultAsString(result)); in testGetDisplayPlaneSupportedDisplaysKHR()
1227 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetDisplayModePropertiesKHR()
1232 TCU_FAIL_STR(string("Expected VK_INCOMPLETE. Have ") + getResultAsString(result)); in testGetDisplayModePropertiesKHR()
1329 …TCU_FAIL_STR(string("Expected VK_ERROR_INITIALIZATION_FAILED. Have ") + getResultAsString(result)); in testCreateDisplayModeKHR()
1345 TCU_FAIL_STR("Expected VK_SUCCESS. Have " + getResultAsString(result)); in testCreateDisplayModeKHR()
1381 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetDisplayPlaneCapabilitiesKHR()
1457 string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetDisplayPlaneCapabilitiesKHR()
1548 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testCreateDisplayPlaneSurfaceKHR()
1572 …TCU_FAIL_STR(string("Expected VK_SUCCESS or VK_INCOMPLETE expected. Have ") + getResultAsString(re… in testCreateDisplayPlaneSurfaceKHR()
1627 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testCreateDisplayPlaneSurfaceKHR()
1659 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testCreateDisplayPlaneSurfaceKHR()
1706 TCU_FAIL_STR(string("Invalid result ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayProperties2KHR()
1710 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayProperties2KHR()
1767 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayProperties2KHR()
1772 TCU_FAIL_STR(string("Expected VK_INCOMPLETE. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayProperties2KHR()
1853 TCU_FAIL_STR(string("Invalid result ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1857 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1908 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1913 TCU_FAIL_STR(string("Expected VK_INCOMPLETE. Have ") + getResultAsString(result)); in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1968 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetDisplayPlaneCapabilities2KHR()
2042 string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetDisplayPlaneCapabilities2KHR()
2143 TCU_FAIL_STR(string("Expected VK_SUCCESS. Have ") + getResultAsString(result)); in testGetDisplayModeProperties2KHR()
2148 TCU_FAIL_STR(string("Expected VK_INCOMPLETE. Have ") + getResultAsString(result)); in testGetDisplayModeProperties2KHR()