Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp301 deUint32 countReported = 0u; in getDisplays() local
309 &countReported, // uint32_t* pPropertyCount in getDisplays()
316 << " reported items count " << countReported in getDisplays()
322 displaysProps.resize(countReported); in getDisplays()
324 countRetrieved = countReported; in getDisplays()
330 if (result != VK_SUCCESS || countRetrieved > countReported) in getDisplays()
334 << " reported items count " << countReported in getDisplays()
373 deUint32 countReported = 0u; in getDisplaysForPlane() local
381 &countReported, // uint32_t* pDisplayCount in getDisplaysForPlane()
389 << " reported items count " << countReported in getDisplaysForPlane()
[all …]