Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp201 deUint32 supportedDisplayCount = 0u; in createDisplaySurface() local
202 …VK_CHECK_SUPPORTED(vki.getDisplayPlaneSupportedDisplaysKHR(physDevice, i, &supportedDisplayCount, … in createDisplaySurface()
204 supportedDisplays.resize(supportedDisplayCount); in createDisplaySurface()
205 …VK_CHECK_SUPPORTED(vki.getDisplayPlaneSupportedDisplaysKHR(physDevice, i, &supportedDisplayCount, … in createDisplaySurface()
207 for (deUint32 j = 0; j < supportedDisplayCount; ++j) in createDisplaySurface()