Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp26232 struct FramebufferAttachmentImageInfo struct
26234 using NativeType = VkFramebufferAttachmentImageInfo;
26236 static const bool allowDuplicate = false;
26237 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
26241 FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ = {}, in FramebufferAttachmentImageInfo() argument
26260FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() argument
26265 FramebufferAttachmentImageInfo( in FramebufferAttachmentImageInfo() function
26288 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
26293 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
26299 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp26796 struct FramebufferAttachmentImageInfo struct
26798 using NativeType = VkFramebufferAttachmentImageInfo;
26800 static const bool allowDuplicate = false;
26801 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
26805 FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ = {}, in FramebufferAttachmentImageInfo() function
26824FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() function
26829 FramebufferAttachmentImageInfo( in FramebufferAttachmentImageInfo() function
26852 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
26857 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
26864 … setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]