Home
last modified time | relevance | path

Searched refs:planeProps (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp979 …std::vector<VkDisplayPlanePropertiesKHR> planeProps (planeCountRequested + canaryItemCount, inv… in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local
982 planeProps[planeCountExpected].currentDisplay = canaryDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
986 &planeProps[0]); // VkDisplayPlanePropertiesKHR* pProperties in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1009 const VkDisplayKHR currentDisplay = planeProps[planeIndex].currentDisplay; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1011 results.check( planeProps[planeIndex].currentStackIndex < planeCountReported, in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1021 << " for plane " << planeIndex << " with properties " << planeProps[planeIndex] in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1029 if (planeProps[planeCountExpected].currentDisplay != canaryDisplay) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()