Lines Matching defs:currentDisplay
715 const VkDisplayKHR currentDisplay = toValidate.currentDisplay;
720 results.check( currentDisplay == DE_NULL || de::contains(displaySet, currentDisplay),
721 "Plane bound to invalid handle " + de::toString(toValidate.currentDisplay));
994 DE_NULL, // VkDisplayKHR currentDisplay
1002 planeProps[planeCountExpected].currentDisplay = canaryDisplay;
1029 const VkDisplayKHR currentDisplay = planeProps[planeIndex].currentDisplay;
1034 results.check( currentDisplay == DE_NULL || de::contains(displaySet, currentDisplay),
1035 "Plane bound to invalid handle " + de::toString(currentDisplay));
1049 if (planeProps[planeCountExpected].currentDisplay != canaryDisplay)
1954 DE_NULL, // VkDisplayKHR currentDisplay
1968 planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay = canaryDisplay;
2018 if (planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay != canaryDisplay)