Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_structs.hpp19378 struct MemoryToImageCopy struct
19380 using NativeType = VkMemoryToImageCopy;
19382 static const bool allowDuplicate = false;
19383 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eMemoryToImageCopy;
19386 …VULKAN_HPP_CONSTEXPR MemoryToImageCopy( const void * pHostPointer_… in MemoryToImageCopy() argument
19405MemoryToImageCopy( VkMemoryToImageCopy const & rhs ) VULKAN_HPP_NOEXCEPT : MemoryToImageCopy( *rei… in MemoryToImageCopy() function
19412 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryToImageCopy const *>( &rhs ); in operator =()
19417 VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopy & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
19423 …_CONSTEXPR_14 MemoryToImageCopy & setPHostPointer( const void * pHostPointer_ ) VULKAN_HPP_NOEXCEPT in setPHostPointer()
19429 …ONSTEXPR_14 MemoryToImageCopy & setMemoryRowLength( uint32_t memoryRowLength_ ) VULKAN_HPP_NOEXCEPT in setMemoryRowLength()
[all …]
/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp19058 struct MemoryToImageCopy struct
19060 using NativeType = VkMemoryToImageCopy;
19062 static const bool allowDuplicate = false;
19063 …tic VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eMemoryToImageCopy;
19066 …VULKAN_HPP_CONSTEXPR MemoryToImageCopy( const void * pHostPointer_… in MemoryToImageCopy() argument
19085MemoryToImageCopy( VkMemoryToImageCopy const & rhs ) VULKAN_HPP_NOEXCEPT : MemoryToImageCopy( *rei… in MemoryToImageCopy() function
19092 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::MemoryToImageCopy const *>( &rhs ); in operator =()
19097 VULKAN_HPP_CONSTEXPR_14 MemoryToImageCopy & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
19103 …_CONSTEXPR_14 MemoryToImageCopy & setPHostPointer( const void * pHostPointer_ ) VULKAN_HPP_NOEXCEPT in setPHostPointer()
19109 …ONSTEXPR_14 MemoryToImageCopy & setMemoryRowLength( uint32_t memoryRowLength_ ) VULKAN_HPP_NOEXCEPT in setMemoryRowLength()
[all …]