Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp980 deUint32 planeCountRetrieved = planeCountRequested; in testGetPhysicalDeviceDisplayPlanePropertiesKHR() local
985 &planeCountRetrieved, // uint32_t* pPropertyCount in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
989 if (planeCountRetrieved != planeCountExpected) in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
991 de::toString(planeCountRetrieved) + " != " + de::toString(planeCountExpected)); in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1006 planeIndex < planeCountRetrieved; in testGetPhysicalDeviceDisplayPlanePropertiesKHR()
1529 deUint32 planeCountRetrieved = 0u; in testCreateDisplayPlaneSurfaceKHR() local
1565 planeCountRetrieved = planeCountTested; in testCreateDisplayPlaneSurfaceKHR()
1568 &planeCountRetrieved, // uint32_t* pPropertyCount in testCreateDisplayPlaneSurfaceKHR()
1574 if (planeCountRetrieved != planeCountTested) in testCreateDisplayPlaneSurfaceKHR()
1576 ") does not match retrieved (" + de::toString(planeCountRetrieved) + ")"); in testCreateDisplayPlaneSurfaceKHR()
[all …]