Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/extensions/khr/
Dsurface.rs85 ) -> VkResult<Vec<vk::SurfaceFormatKHR>> { in get_physical_device_surface_formats()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp96179 struct SurfaceFormatKHR struct
96185SurfaceFormatKHR( VULKAN_HPP_NAMESPACE::Format format_ = VULKAN_HPP_NAMESPACE::Format::… in SurfaceFormatKHR() function
96194SurfaceFormatKHR( VkSurfaceFormatKHR const & rhs ) VULKAN_HPP_NOEXCEPT : SurfaceFormatKHR( *reinte… in SurfaceFormatKHR() function
96201 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormatKHR const *>( &rhs ); in operator =()
96205 explicit operator VkSurfaceFormatKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR const&()
96210 explicit operator VkSurfaceFormatKHR &() VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR&()
96221 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
96230 bool operator==( SurfaceFormatKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
96258 …VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR( VULKAN_HPP_NAMESPACE::SurfaceFormatKHR surfaceFormat_ = {}… in SurfaceFormat2KHR()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp89574 struct SurfaceFormatKHR struct
89582 VULKAN_HPP_CONSTEXPR SurfaceFormatKHR(VULKAN_HPP_NAMESPACE::Format format_ = VULKAN_HPP_NAMESPACE::… in SurfaceFormatKHR() function
89588 SurfaceFormatKHR( VkSurfaceFormatKHR const & rhs ) VULKAN_HPP_NOEXCEPT in SurfaceFormatKHR() function
89598 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormatKHR const *>( &rhs ); in operator =()
89603 operator VkSurfaceFormatKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR const&()
89608 operator VkSurfaceFormatKHR &() VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR&()
89619 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
89629 bool operator==( SurfaceFormatKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
89660 VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR(VULKAN_HPP_NAMESPACE::SurfaceFormatKHR surfaceFormat_ = {}, … in SurfaceFormat2KHR()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp101504 struct SurfaceFormatKHR struct
101510SurfaceFormatKHR( VULKAN_HPP_NAMESPACE::Format format_ = VULKAN_HPP_NAMESPACE::Format::… in SurfaceFormatKHR() function
101519SurfaceFormatKHR( VkSurfaceFormatKHR const & rhs ) VULKAN_HPP_NOEXCEPT : SurfaceFormatKHR( *reinte… in SurfaceFormatKHR() function
101526 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SurfaceFormatKHR const *>( &rhs ); in operator =()
101530 operator VkSurfaceFormatKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR const&()
101535 operator VkSurfaceFormatKHR &() VULKAN_HPP_NOEXCEPT in operator VkSurfaceFormatKHR&()
101546 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
101555 bool operator==( SurfaceFormatKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
101583 …VULKAN_HPP_CONSTEXPR SurfaceFormat2KHR( VULKAN_HPP_NAMESPACE::SurfaceFormatKHR surfaceFormat_ = {}… in SurfaceFormat2KHR()
/external/rust/crates/ash/src/vk/
Ddefinitions.rs10852 pub struct SurfaceFormatKHR { struct
10856 impl SurfaceFormatKHR { implementation
10892 pub fn build(self) -> SurfaceFormatKHR { in build()
Dextensions.rs128 _p_surface_formats: *mut SurfaceFormatKHR, in load()
212 p_surface_formats: *mut SurfaceFormatKHR, in get_physical_device_surface_formats_khr()