Lines Matching refs:properties2
1780 const VkDisplayProperties2KHR& properties2 = displaysProps2[displayIndex]; in testGetPhysicalDeviceDisplayProperties2KHR() local
1781 const VkDisplayPropertiesKHR& properties = properties2.displayProperties; in testGetPhysicalDeviceDisplayProperties2KHR()
1785 results.check( properties2.sType == queryStructureType, in testGetPhysicalDeviceDisplayProperties2KHR()
1786 "sType has changed to " + de::toString(properties2.sType)); in testGetPhysicalDeviceDisplayProperties2KHR()
1788 results.check( properties2.pNext == DE_NULL, in testGetPhysicalDeviceDisplayProperties2KHR()
1789 "pNext has changed to " + de::toString(properties2.pNext)); in testGetPhysicalDeviceDisplayProperties2KHR()
1797 << " for display " << displayIndex << " with properties " << properties2 in testGetPhysicalDeviceDisplayProperties2KHR()
1921 const VkDisplayPlaneProperties2KHR& properties2 = planeProps2[planeIndex]; in testGetPhysicalDeviceDisplayPlaneProperties2KHR() local
1922 const VkDisplayPlanePropertiesKHR& properties = properties2.displayPlaneProperties; in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1924 results.check( properties2.sType == queryStructureType, in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1925 "sType has changed to " + de::toString(properties2.sType)); in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1927 results.check( properties2.pNext == DE_NULL, in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1928 "pNext has changed to " + de::toString(properties2.pNext)); in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
1936 << " for plane " << planeIndex << " with properties " << properties2 in testGetPhysicalDeviceDisplayPlaneProperties2KHR()
2156 const VkDisplayModeProperties2KHR& properties2 = modesProperties2[modeIndex]; in testGetDisplayModeProperties2KHR() local
2157 const VkDisplayModePropertiesKHR& properties = properties2.displayModeProperties; in testGetDisplayModeProperties2KHR()
2159 results.check( properties2.sType == queryStructureType, in testGetDisplayModeProperties2KHR()
2160 "sType has changed to " + de::toString(properties2.sType)); in testGetDisplayModeProperties2KHR()
2162 results.check( properties2.pNext == DE_NULL, in testGetDisplayModeProperties2KHR()
2163 "pNext has changed to " + de::toString(properties2.pNext)); in testGetDisplayModeProperties2KHR()
2171 << " for mode " << modeIndex << " with properties " << properties2 in testGetDisplayModeProperties2KHR()