Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp972 const deUint32 planeCountExpected = std::min(planeCountRequested, planeCountReported); in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local
982 planeProps[planeCountExpected].currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
989 if (planeCountRetrieved != planeCountExpected) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
991 de::toString(planeCountRetrieved) + " != " + de::toString(planeCountExpected)); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1029 if (planeProps[planeCountExpected].currentDisplay != canaryDisplay) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1878 const deUint32 planeCountExpected = std::min(planeCountRequested, planeCountReported); in testGetPhysicalDeviceDisplayPlaneProperties2KHR() local
1894 planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1901 if (planeCountRetrieved != planeCountExpected) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1903 de::toString(planeCountRetrieved) + " != " + de::toString(planeCountExpected)); in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1944 if (planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay != canaryDisplay) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()