Home
last modified time | relevance | path

Searched refs:BindImageMemorySwapchainInfoKHR (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp6322 struct BindImageMemorySwapchainInfoKHR struct
6330 VULKAN_HPP_CONSTEXPR BindImageMemorySwapchainInfoKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain_ = {},
6337 BindImageMemorySwapchainInfoKHR( BindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
6339 BindImageMemorySwapchainInfoKHR( VkBindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT
6340 : BindImageMemorySwapchainInfoKHR( *reinterpret_cast<BindImageMemorySwapchainInfoKHR const *>( &rhs ) )
6344 BindImageMemorySwapchainInfoKHR &
6345 operator=( BindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
6347 BindImageMemorySwapchainInfoKHR
[all...]
H A Dvulkan.hpp7489 struct StructExtends<BindImageMemorySwapchainInfoKHR, BindImageMemoryInfo>
H A Dvulkan_handles.hpp374 struct BindImageMemorySwapchainInfoKHR;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp1822 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR ) == sizeof( VkBindImageMemorySwapchainInfoKHR ),
1824 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR>::value, "struct wrapper is not a standard layout!" );
1825 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR>::value,
1826 "BindImageMemorySwapchainInfoKHR is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp8295 struct BindImageMemorySwapchainInfoKHR struct
8303 VULKAN_HPP_CONSTEXPR BindImageMemorySwapchainInfoKHR( VULKAN_HPP_NAMESPACE::SwapchainKHR swapchain_ = {},
8312 VULKAN_HPP_CONSTEXPR BindImageMemorySwapchainInfoKHR( BindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
8314 BindImageMemorySwapchainInfoKHR( VkBindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT
8315 : BindImageMemorySwapchainInfoKHR( *reinterpret_cast<BindImageMemorySwapchainInfoKHR const *>( &rhs ) )
8319 BindImageMemorySwapchainInfoKHR & operator=( BindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT = default;
8322 BindImageMemorySwapchainInfoKHR
[all...]
H A Dvulkan_hash.hpp1411 struct hash<VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR>
1413 std::size_t operator()( VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR const & bindImageMemorySwapchainInfoKHR ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan.hpp10077 struct StructExtends<BindImageMemorySwapchainInfoKHR, BindImageMemoryInfo>
H A Dvulkan_handles.hpp482 struct BindImageMemorySwapchainInfoKHR;

Completed in 187 milliseconds