Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp822 const deUint32 displayCountExpected = std::min(displayCountRequested, displayCountReported); in testGetPhysicalDeviceDisplayPropertiesKHR() local
838 displaysProps[displayCountExpected].display = canaryDisplay; in testGetPhysicalDeviceDisplayPropertiesKHR()
845 if (displayCountRetrieved != displayCountExpected) in testGetPhysicalDeviceDisplayPropertiesKHR()
847 de::toString(displayCountRetrieved) + " != " + de::toString(displayCountExpected)); in testGetPhysicalDeviceDisplayPropertiesKHR()
900 if (displaysProps[displayCountExpected].display != canaryDisplay) in testGetPhysicalDeviceDisplayPropertiesKHR()
1108 const deUint32 displayCountExpected = std::min(displayCountRequested, displayCountReported); in testGetDisplayPlaneSupportedDisplaysKHR() local
1115 displaysForPlane[displayCountExpected] = canaryDisplay; in testGetDisplayPlaneSupportedDisplaysKHR()
1123 if (displayCountRetrieved != displayCountExpected) in testGetDisplayPlaneSupportedDisplaysKHR()
1125 de::toString(displayCountRetrieved) + " != " + de::toString(displayCountExpected)); in testGetDisplayPlaneSupportedDisplaysKHR()
1140 displayIndex < displayCountExpected; in testGetDisplayPlaneSupportedDisplaysKHR()
[all …]