Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp7778 uint32_t displayCount; in getDisplayPlaneSupportedDisplaysKHR() local
7783 d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, nullptr ) ); in getDisplayPlaneSupportedDisplaysKHR()
7784 if ( ( result == Result::eSuccess ) && displayCount ) in getDisplayPlaneSupportedDisplaysKHR()
7786 displays.resize( displayCount ); in getDisplayPlaneSupportedDisplaysKHR()
7788 m_physicalDevice, planeIndex, &displayCount, reinterpret_cast<VkDisplayKHR *>( displays.data() ) ) ); in getDisplayPlaneSupportedDisplaysKHR()
7789 VULKAN_HPP_ASSERT( displayCount <= displays.size() ); in getDisplayPlaneSupportedDisplaysKHR()
7792 if ( ( result == Result::eSuccess ) && ( displayCount < displays.size() ) ) in getDisplayPlaneSupportedDisplaysKHR()
7794 displays.resize( displayCount ); in getDisplayPlaneSupportedDisplaysKHR()
7811 uint32_t displayCount; in getDisplayPlaneSupportedDisplaysKHR() local
7816 d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, nullpt in getDisplayPlaneSupportedDisplaysKHR()
[all...]
H A Dvulkan_raii.hpp5967 uint32_t displayCount; in DisplayKHRs() local
5972 static_cast<VkPhysicalDevice>( *physicalDevice ), planeIndex, &displayCount, nullptr ) ); in DisplayKHRs()
5973 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && displayCount ) in DisplayKHRs()
5975 displays.resize( displayCount ); in DisplayKHRs()
5977 static_cast<VkPhysicalDevice>( *physicalDevice ), planeIndex, &displayCount, displays.data() ) ); in DisplayKHRs()
5978 VULKAN_HPP_ASSERT( displayCount <= displays.size() ); in DisplayKHRs()
5983 this->reserve( displayCount ); in DisplayKHRs()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp8256 uint32_t displayCount; in getDisplayPlaneSupportedDisplaysKHR() local
8260 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, nullptr ) ); in getDisplayPlaneSupportedDisplaysKHR()
8261 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && displayCount ) in getDisplayPlaneSupportedDisplaysKHR()
8263 displays.resize( displayCount ); in getDisplayPlaneSupportedDisplaysKHR()
8265 d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, reinterpret_cast<VkDisplayKHR *>( displays.data() ) ) ); in getDisplayPlaneSupportedDisplaysKHR()
8269 VULKAN_HPP_ASSERT( displayCount <= displays.size() ); in getDisplayPlaneSupportedDisplaysKHR()
8270 if ( displayCount < displays.size() ) in getDisplayPlaneSupportedDisplaysKHR()
8272 displays.resize( displayCount ); in getDisplayPlaneSupportedDisplaysKHR()
8287 uint32_t displayCount; in getDisplayPlaneSupportedDisplaysKHR() local
8291 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, nullpt in getDisplayPlaneSupportedDisplaysKHR()
[all...]
H A Dvulkan_raii.hpp15028 uint32_t displayCount; in getDisplayPlaneSupportedDisplaysKHR() local
15033 getDispatcher()->vkGetDisplayPlaneSupportedDisplaysKHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), planeIndex, &displayCount, nullptr ) ); in getDisplayPlaneSupportedDisplaysKHR()
15034 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && displayCount ) in getDisplayPlaneSupportedDisplaysKHR()
15036 displays.resize( displayCount ); in getDisplayPlaneSupportedDisplaysKHR()
15038 static_cast<VkPhysicalDevice>( m_physicalDevice ), planeIndex, &displayCount, reinterpret_cast<VkDisplayKHR *>( displays.data() ) ) ); in getDisplayPlaneSupportedDisplaysKHR()
[all...]

Completed in 105 milliseconds