Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp1149 uint32_t modesCountReported = 0u; in testGetDisplayModePropertiesKHR() local
1153 … &modesCountReported, // uint32_t* pPropertyCount in testGetDisplayModePropertiesKHR()
1157 for (uint32_t modesCountRequested = 0; modesCountRequested < modesCountReported + 2; in testGetDisplayModePropertiesKHR()
1158 … modesCountRequested = nextTestNumber(modesCountRequested, modesCountReported + 2)) in testGetDisplayModePropertiesKHR()
1160 … const uint32_t modesCountExpected = std::min(modesCountRequested, modesCountReported); in testGetDisplayModePropertiesKHR()
1186 if (modesCountRequested >= modesCountReported) in testGetDisplayModePropertiesKHR()
2073 uint32_t modesCountReported = 0u; in testGetDisplayModeProperties2KHR() local
2077 … &modesCountReported, // uint32_t* pPropertyCount in testGetDisplayModeProperties2KHR()
2081 for (uint32_t modesCountRequested = 0; modesCountRequested < modesCountReported + 2; in testGetDisplayModeProperties2KHR()
2082 … modesCountRequested = nextTestNumber(modesCountRequested, modesCountReported + 2)) in testGetDisplayModeProperties2KHR()
[all …]