Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp18005 uint32_t displayCount; in getDisplayPlaneSupportedDisplaysKHR() local
18009 …>( vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, nullptr ) ); in getDisplayPlaneSupportedDisplaysKHR()
18010 if ( ( result == Result::eSuccess ) && displayCount ) in getDisplayPlaneSupportedDisplaysKHR()
18012 displays.resize( displayCount ); in getDisplayPlaneSupportedDisplaysKHR()
18013 …vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, reinterpret_ca… in getDisplayPlaneSupportedDisplaysKHR()
18016 assert( displayCount <= displays.size() ); in getDisplayPlaneSupportedDisplaysKHR()
18017 displays.resize( displayCount ); in getDisplayPlaneSupportedDisplaysKHR()