Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp1186 deUint32 modesCountReported = 0u; in testGetDisplayModePropertiesKHR() local
1190 &modesCountReported, // uint32_t* pPropertyCount in testGetDisplayModePropertiesKHR()
1195 modesCountRequested < modesCountReported + 2; in testGetDisplayModePropertiesKHR()
1196 modesCountRequested = nextTestNumber(modesCountRequested, modesCountReported + 2)) in testGetDisplayModePropertiesKHR()
1198 const deUint32 modesCountExpected = std::min(modesCountRequested, modesCountReported); in testGetDisplayModePropertiesKHR()
1224 if (modesCountRequested >= modesCountReported) in testGetDisplayModePropertiesKHR()
2096 deUint32 modesCountReported = 0u; in testGetDisplayModeProperties2KHR() local
2100 &modesCountReported, // uint32_t* pPropertyCount in testGetDisplayModeProperties2KHR()
2105 modesCountRequested < modesCountReported + 2; in testGetDisplayModeProperties2KHR()
2106 modesCountRequested = nextTestNumber(modesCountRequested, modesCountReported + 2)) in testGetDisplayModeProperties2KHR()
[all …]