Searched refs:planeCountExpected (Results 1 – 1 of 1) sorted by relevance
972 const deUint32 planeCountExpected = std::min(planeCountRequested, planeCountReported); in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local982 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() local1894 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()