Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp1194 for (deUint32 modesCountRequested = 0; in testGetDisplayModePropertiesKHR() local
1195 modesCountRequested < modesCountReported + 2; in testGetDisplayModePropertiesKHR()
1196 modesCountRequested = nextTestNumber(modesCountRequested, modesCountReported + 2)) in testGetDisplayModePropertiesKHR()
1198 const deUint32 modesCountExpected = std::min(modesCountRequested, modesCountReported); in testGetDisplayModePropertiesKHR()
1209 …std::vector<VkDisplayModePropertiesKHR> modesForDisplay (modesCountRequested + canaryItemCount, … in testGetDisplayModePropertiesKHR()
1210 deUint32 modesCountRetrieved = modesCountRequested; in testGetDisplayModePropertiesKHR()
1224 if (modesCountRequested >= modesCountReported) in testGetDisplayModePropertiesKHR()
2104 for (deUint32 modesCountRequested = 0; in testGetDisplayModeProperties2KHR() local
2105 modesCountRequested < modesCountReported + 2; in testGetDisplayModeProperties2KHR()
2106 modesCountRequested = nextTestNumber(modesCountRequested, modesCountReported + 2)) in testGetDisplayModeProperties2KHR()
[all …]