Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp24114 struct ExportMemoryAllocateInfoNV struct
24122 VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV( in ExportMemoryAllocateInfoNV() function
24130 ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfoNV() function
24139 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV const *>( &rhs ); in operator =()
24144 ExportMemoryAllocateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
24151 …ndleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()
24158 operator VkExportMemoryAllocateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV const&()
24163 operator VkExportMemoryAllocateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV&()
24187 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp34412 struct ExportMemoryAllocateInfoNV struct
34414 using NativeType = VkExportMemoryAllocateInfoNV;
34420 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFla… in ExportMemoryAllocateInfoNV() function
34429 ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfoNV() function
34439 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV const *>( &rhs ); in operator =()
34444 …N_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
34451 …ndleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()
34458 operator VkExportMemoryAllocateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV const&()
34463 operator VkExportMemoryAllocateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV&()
34474 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]