Lines Matching refs:displayIndex
343 for (deUint32 displayIndex = 0; in getDisplays() local
344 displayIndex < countRetrieved; in getDisplays()
345 displayIndex++) in getDisplays()
347 const VkDisplayKHR display = displaysProps[displayIndex].display; in getDisplays()
554 for (deUint32 displayIndex = 0; in getDisplays2() local
555 displayIndex < countRetrieved; in getDisplays2()
556 displayIndex++) in getDisplays2()
558 const VkDisplayKHR display = displaysProps[displayIndex].displayProperties.display; in getDisplays2()
861 for (deUint32 displayIndex = 0; in testGetPhysicalDeviceDisplayPropertiesKHR() local
862 displayIndex < displayCountRetrieved; in testGetPhysicalDeviceDisplayPropertiesKHR()
863 displayIndex++) in testGetPhysicalDeviceDisplayPropertiesKHR()
865 displaySet.insert(displaysProps[displayIndex].display); in testGetPhysicalDeviceDisplayPropertiesKHR()
867 results.check( displaysProps[displayIndex].display != invalidDisplayProps.display, in testGetPhysicalDeviceDisplayPropertiesKHR()
868 "Invalid display handle for display number " + de::toString(displayIndex)); in testGetPhysicalDeviceDisplayPropertiesKHR()
870 …results.check( displaysProps[displayIndex].planeReorderPossible == VK_TRUE || displaysProps[displa… in testGetPhysicalDeviceDisplayPropertiesKHR()
873 …results.check( displaysProps[displayIndex].persistentContent == VK_TRUE || displaysProps[displayIn… in testGetPhysicalDeviceDisplayPropertiesKHR()
876 …results.check( (displaysProps[displayIndex].supportedTransforms & invalidDisplayProps.supportedTra… in testGetPhysicalDeviceDisplayPropertiesKHR()
880 results.check( displaysProps[displayIndex].physicalResolution.height != 0, in testGetPhysicalDeviceDisplayPropertiesKHR()
884 results.check( displaysProps[displayIndex].physicalResolution.width != 0, in testGetPhysicalDeviceDisplayPropertiesKHR()
891 << " for display " << displayIndex << " with properties " << displaysProps[displayIndex] in testGetPhysicalDeviceDisplayPropertiesKHR()
1139 for (deUint32 displayIndex = 0; in testGetDisplayPlaneSupportedDisplaysKHR() local
1140 displayIndex < displayCountExpected; in testGetDisplayPlaneSupportedDisplaysKHR()
1141 displayIndex++) in testGetDisplayPlaneSupportedDisplaysKHR()
1143 const VkDisplayKHR display = displaysForPlane[displayIndex]; in testGetDisplayPlaneSupportedDisplaysKHR()
1422 for (deUint32 displayIndex = 0; in testGetDisplayPlaneCapabilitiesKHR() local
1423 displayIndex < displaysForPlane.size(); in testGetDisplayPlaneCapabilitiesKHR()
1424 displayIndex++) in testGetDisplayPlaneCapabilitiesKHR()
1426 const VkDisplayKHR display = displaysForPlane[displayIndex]; in testGetDisplayPlaneCapabilitiesKHR()
1503 << " display " << displayIndex in testGetDisplayPlaneCapabilitiesKHR()
1609 for (deUint32 displayIndex = 0; in testCreateDisplayPlaneSurfaceKHR() local
1610 displayIndex < displaysForPlane.size(); in testCreateDisplayPlaneSurfaceKHR()
1611 displayIndex++) in testCreateDisplayPlaneSurfaceKHR()
1613 const VkDisplayKHR planeDisplay = displaysForPlane[displayIndex]; in testCreateDisplayPlaneSurfaceKHR()
1776 for (deUint32 displayIndex = 0; in testGetPhysicalDeviceDisplayProperties2KHR() local
1777 displayIndex < displayCountRetrieved; in testGetPhysicalDeviceDisplayProperties2KHR()
1778 displayIndex++) in testGetPhysicalDeviceDisplayProperties2KHR()
1780 const VkDisplayProperties2KHR& properties2 = displaysProps2[displayIndex]; in testGetPhysicalDeviceDisplayProperties2KHR()
1797 << " for display " << displayIndex << " with properties " << properties2 in testGetPhysicalDeviceDisplayProperties2KHR()
1996 for (deUint32 displayIndex = 0; in testGetDisplayPlaneCapabilities2KHR() local
1997 displayIndex < displaysForPlane.size(); in testGetDisplayPlaneCapabilities2KHR()
1998 displayIndex++) in testGetDisplayPlaneCapabilities2KHR()
2000 const VkDisplayKHR display = displaysForPlane[displayIndex]; in testGetDisplayPlaneCapabilities2KHR()
2058 << " display " << displayIndex in testGetDisplayPlaneCapabilities2KHR()