Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp31356 struct ExportMemoryAllocateInfoNV struct
31358 using NativeType = VkExportMemoryAllocateInfoNV;
31364 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFla… in ExportMemoryAllocateInfoNV() function
31373 ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfoNV() function
31383 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV const *>( &rhs ); in operator =()
31388 …N_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
31395 …ndleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()
31402 operator VkExportMemoryAllocateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV const&()
31407 operator VkExportMemoryAllocateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV&()
31418 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp29034 struct ExportMemoryAllocateInfoNV struct
29043 VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV(VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlags… in ExportMemoryAllocateInfoNV() function
29049 ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfoNV() function
29059 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV const *>( &rhs ); in operator =()
29064 …N_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
29070 …ndleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()
29078 operator VkExportMemoryAllocateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV const&()
29083 operator VkExportMemoryAllocateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV&()
29094 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
29104 bool operator==( ExportMemoryAllocateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp32225 struct ExportMemoryAllocateInfoNV struct
32227 using NativeType = VkExportMemoryAllocateInfoNV;
32233 …VULKAN_HPP_CONSTEXPR ExportMemoryAllocateInfoNV( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFla… in ExportMemoryAllocateInfoNV() function
32242 ExportMemoryAllocateInfoNV( VkExportMemoryAllocateInfoNV const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryAllocateInfoNV() function
32252 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExportMemoryAllocateInfoNV const *>( &rhs ); in operator =()
32257 …N_HPP_CONSTEXPR_14 ExportMemoryAllocateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
32264 …ndleTypes( VULKAN_HPP_NAMESPACE::ExternalMemoryHandleTypeFlagsNV handleTypes_ ) VULKAN_HPP_NOEXCEPT in setHandleTypes()
32271 operator VkExportMemoryAllocateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV const&()
32276 operator VkExportMemoryAllocateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryAllocateInfoNV&()
32287 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs11914 pub struct ExportMemoryAllocateInfoNV { struct
11919 impl ::std::default::Default for ExportMemoryAllocateInfoNV { argument
11928 impl ExportMemoryAllocateInfoNV { impl
11942 unsafe impl ExtendsMemoryAllocateInfo for ExportMemoryAllocateInfoNV {} implementation
11962 pub fn build(self) -> ExportMemoryAllocateInfoNV { in build()