Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp6419 struct BindImagePlaneMemoryInfo struct
6428 BindImagePlaneMemoryInfo( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ =
6433 VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo( BindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
6435 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT
6436 : BindImagePlaneMemoryInfo( *reinterpret_cast<BindImagePlaneMemoryInfo const *>( &rhs ) )
6440 BindImagePlaneMemoryInfo & operator=( BindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
6442 BindImagePlaneMemoryInfo
[all...]
H A Dvulkan_handles.hpp215 struct BindImagePlaneMemoryInfo;
216 using BindImagePlaneMemoryInfoKHR = BindImagePlaneMemoryInfo;
H A Dvulkan.hpp6885 struct StructExtends<BindImagePlaneMemoryInfo, BindImageMemoryInfo>
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp956 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo ) == sizeof( VkBindImagePlaneMemoryInfo ),
958 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo>::value, "struct wrapper is not a standard layout!" );
959 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo>::value,
960 "BindImagePlaneMemoryInfo is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp8401 struct BindImagePlaneMemoryInfo struct
8409 VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ = VULKAN_HPP_NAMESPACE::ImageAspectFlagBits::eColor,
8416 VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo( BindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
8418 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT
8419 : BindImagePlaneMemoryInfo( *reinterpret_cast<BindImagePlaneMemoryInfo const *>( &rhs ) )
8423 BindImagePlaneMemoryInfo & operator=( BindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
8426 BindImagePlaneMemoryInfo
[all...]
H A Dvulkan_handles.hpp216 struct BindImagePlaneMemoryInfo;
217 using BindImagePlaneMemoryInfoKHR = BindImagePlaneMemoryInfo;
H A Dvulkan_hash.hpp1425 struct hash<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo>
1427 std::size_t operator()( VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const & bindImagePlaneMemoryInfo ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan.hpp8967 struct StructExtends<BindImagePlaneMemoryInfo, BindImageMemoryInfo>

Completed in 227 milliseconds