Home
last modified time | relevance | path

Searched defs:DisplayPlanePropertiesKHR (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp22515 struct DisplayPlanePropertiesKHR struct
22520 …VULKAN_HPP_CONSTEXPR DisplayPlanePropertiesKHR( VULKAN_HPP_NAMESPACE::DisplayKHR currentDisplay_ =… in DisplayPlanePropertiesKHR() function
22529 DisplayPlanePropertiesKHR( VkDisplayPlanePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPlanePropertiesKHR() function
22538 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR const *>( &rhs ); in operator =()
22542 operator VkDisplayPlanePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkDisplayPlanePropertiesKHR const&()
22570 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp32096 struct DisplayPlanePropertiesKHR struct
32101 …VULKAN_HPP_CONSTEXPR DisplayPlanePropertiesKHR( VULKAN_HPP_NAMESPACE::DisplayKHR currentDisplay_ … in DisplayPlanePropertiesKHR() function
32110 DisplayPlanePropertiesKHR( VkDisplayPlanePropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in DisplayPlanePropertiesKHR() function
32120 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR const *>( &rhs ); in operator =()
32124 operator VkDisplayPlanePropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkDisplayPlanePropertiesKHR const&()
32129 operator VkDisplayPlanePropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkDisplayPlanePropertiesKHR&()
32140 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
32149 bool operator==( DisplayPlanePropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
32177 …VULKAN_HPP_CONSTEXPR DisplayPlaneProperties2KHR( VULKAN_HPP_NAMESPACE::DisplayPlanePropertiesKHR d… in DisplayPlaneProperties2KHR()