Lines Matching refs:canaryDisplay

832 		const VkDisplayKHR					canaryDisplay			=	static_cast<VkDisplayKHR>(0xABCDEF11);  in testGetPhysicalDeviceDisplayPropertiesKHR()  local
838 displaysProps[displayCountExpected].display = canaryDisplay; in testGetPhysicalDeviceDisplayPropertiesKHR()
900 if (displaysProps[displayCountExpected].display != canaryDisplay) in testGetPhysicalDeviceDisplayPropertiesKHR()
977 const VkDisplayKHR canaryDisplay = static_cast<VkDisplayKHR>(0xABCDEF11); in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local
982 planeProps[planeCountExpected].currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1029 if (planeProps[planeCountExpected].currentDisplay != canaryDisplay) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1110 const VkDisplayKHR canaryDisplay = static_cast<VkDisplayKHR>(0xABCDEF11); in testGetDisplayPlaneSupportedDisplaysKHR() local
1115 displaysForPlane[displayCountExpected] = canaryDisplay; in testGetDisplayPlaneSupportedDisplaysKHR()
1155 if (displaysForPlane[displayCountExpected] != canaryDisplay) in testGetDisplayPlaneSupportedDisplaysKHR()
1747 const VkDisplayKHR canaryDisplay = static_cast<VkDisplayKHR>(0xABCDEF11); in testGetPhysicalDeviceDisplayProperties2KHR() local
1753 displaysProps2[displayCountExpected].displayProperties.display = canaryDisplay; in testGetPhysicalDeviceDisplayProperties2KHR()
1806 if (displaysProps2[displayCountExpected].displayProperties.display != canaryDisplay) in testGetPhysicalDeviceDisplayProperties2KHR()
1889 const VkDisplayKHR canaryDisplay = static_cast<VkDisplayKHR>(0xABCDEF11); in testGetPhysicalDeviceDisplayPlaneProperties2KHR() local
1894 planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1944 if (planeProps2[planeCountExpected].displayPlaneProperties.currentDisplay != canaryDisplay) in testGetPhysicalDeviceDisplayPlaneProperties2KHR()