Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp24027 struct ExportMemoryAllocateInfo struct
24035 VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo(
24040 VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfo( ExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
24042 ExportMemoryAllocateInfo( VkExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT
24043 : ExportMemoryAllocateInfo( *reinterpret_cast<ExportMemoryAllocateInfo const *>( &rhs ) )
24047 ExportMemoryAllocateInfo & operator=( ExportMemoryAllocateInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
24049 ExportMemoryAllocateInfo
[all...]
H A Dvulkan_handles.hpp243 struct ExportMemoryAllocateInfo;
244 using ExportMemoryAllocateInfoKHR = ExportMemoryAllocateInfo;
H A Dvulkan.hpp6965 struct StructExtends<ExportMemoryAllocateInfo, MemoryAllocateInfo>
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp1056 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo ) == sizeof( VkExportMemoryAllocateInfo ),
1058 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo>::value, "struct wrapper is not a standard layout!" );
1059 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo>::value,
1060 "ExportMemoryAllocateInfo is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp34313 struct ExportMemoryAllocateInfo global() struct
[all...]
H A Dvulkan_handles.hpp244 struct ExportMemoryAllocateInfo;
245 using ExportMemoryAllocateInfoKHR = ExportMemoryAllocateInfo;
H A Dvulkan_hash.hpp4541 struct hash<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo>
4543 std::size_t operator()( VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfo const & exportMemoryAllocateInfo ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan.hpp9057 struct StructExtends<ExportMemoryAllocateInfo, MemoryAllocateInfo>

Completed in 217 milliseconds