Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp50764 struct MemoryAllocateFlagsInfo struct
50766 using NativeType = VkMemoryAllocateFlagsInfo;
50768 static const bool allowDuplicate = false;
50769 …LKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eMemoryAllocateFlagsInfo;
50772 …VULKAN_HPP_CONSTEXPR MemoryAllocateFlagsInfo( VULKAN_HPP_NAMESPACE::MemoryAllocateFlags flags_ … in MemoryAllocateFlagsInfo() function
50783 MemoryAllocateFlagsInfo( VkMemoryAllocateFlagsInfo const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryAllocateFlagsInfo() function
50793 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo const *>( &rhs ); in operator =()
50798 …LKAN_HPP_CONSTEXPR_14 MemoryAllocateFlagsInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
50804 …llocateFlagsInfo & setFlags( VULKAN_HPP_NAMESPACE::MemoryAllocateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
50810 …PP_CONSTEXPR_14 MemoryAllocateFlagsInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp50368 struct MemoryAllocateFlagsInfo struct
50370 using NativeType = VkMemoryAllocateFlagsInfo;
50372 static const bool allowDuplicate = false;
50373 …LKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eMemoryAllocateFlagsInfo;
50376 …VULKAN_HPP_CONSTEXPR MemoryAllocateFlagsInfo( VULKAN_HPP_NAMESPACE::MemoryAllocateFlags flags_ … in MemoryAllocateFlagsInfo() function
50387 MemoryAllocateFlagsInfo( VkMemoryAllocateFlagsInfo const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryAllocateFlagsInfo() function
50397 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo const *>( &rhs ); in operator =()
50402 …LKAN_HPP_CONSTEXPR_14 MemoryAllocateFlagsInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
50408 …llocateFlagsInfo & setFlags( VULKAN_HPP_NAMESPACE::MemoryAllocateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
50414 …PP_CONSTEXPR_14 MemoryAllocateFlagsInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp62206 struct MemoryAllocateFlagsInfo struct
62208 using NativeType = VkMemoryAllocateFlagsInfo;
62210 static const bool allowDuplicate = false;
62211 …LKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eMemoryAllocateFlagsInfo;
62214 …VULKAN_HPP_CONSTEXPR MemoryAllocateFlagsInfo( VULKAN_HPP_NAMESPACE::MemoryAllocateFlags flags_ … in MemoryAllocateFlagsInfo() function
62225 MemoryAllocateFlagsInfo( VkMemoryAllocateFlagsInfo const & rhs ) VULKAN_HPP_NOEXCEPT in MemoryAllocateFlagsInfo() function
62235 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo const *>( &rhs ); in operator =()
62240 …LKAN_HPP_CONSTEXPR_14 MemoryAllocateFlagsInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
62246 …llocateFlagsInfo & setFlags( VULKAN_HPP_NAMESPACE::MemoryAllocateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
62252 …PP_CONSTEXPR_14 MemoryAllocateFlagsInfo & setDeviceMask( uint32_t deviceMask_ ) VULKAN_HPP_NOEXCEPT in setDeviceMask()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs19523 pub struct MemoryAllocateFlagsInfo { struct
19529 impl ::std::default::Default for MemoryAllocateFlagsInfo { argument
19540 unsafe impl TaggedStructure for MemoryAllocateFlagsInfo { implementation
19543 impl MemoryAllocateFlagsInfo { implementation
19557 unsafe impl ExtendsMemoryAllocateInfo for MemoryAllocateFlagsInfo {} implementation
19583 pub fn build(self) -> MemoryAllocateFlagsInfo { in build()