Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp71380 struct SurfaceFormatKHR struct
71386SurfaceFormatKHR( VULKAN_HPP_NAMESPACE::Format format_ = VULKAN_HPP_NAMESPACE::Format::eUnd… in SurfaceFormatKHR() function
71395 SurfaceFormatKHR( VkSurfaceFormatKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SurfaceFormatKHR() function
71404 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormatKHR const *>( &rhs ); in operator =()
71408 operator VkSurfaceFormatKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR const&()
71436 …VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::SurfaceFormatKHR ) == sizeof( VkSurfaceFor…
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp110162 struct SurfaceFormatKHR struct
110168SurfaceFormatKHR( VULKAN_HPP_NAMESPACE::Format format_ = VULKAN_HPP_NAMESPACE::Format::… in SurfaceFormatKHR() function
110177SurfaceFormatKHR( VkSurfaceFormatKHR const & rhs ) VULKAN_HPP_NOEXCEPT : SurfaceFormatKHR( *reinte… in SurfaceFormatKHR() function
110184 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormatKHR const *>( &rhs ); in operator =()
110188 operator VkSurfaceFormatKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR const&()
110193 operator VkSurfaceFormatKHR &() VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR&()
110204 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
110213 bool operator==( SurfaceFormatKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
110241 …VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR( VULKAN_HPP_NAMESPACE::SurfaceFormatKHR surfaceFormat_ = {}… in SurfaceFormat2KHR()