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() function
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.hpp42846 struct FramebufferAttachmentImageInfo struct
42848 using NativeType = VkFramebufferAttachmentImageInfo;
42850 static const bool allowDuplicate = false;
42851 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eFramebufferAttachmentImageInfo;
42854 …VULKAN_HPP_CONSTEXPR FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_… in FramebufferAttachmentImageInfo() argument
42875FramebufferAttachmentImageInfo( VkFramebufferAttachmentImageInfo const & rhs ) VULKAN_HPP_NOEXCEPT in FramebufferAttachmentImageInfo() argument
42881FramebufferAttachmentImageInfo( VULKAN_HPP_NAMESPACE::ImageCreateFlags … in FramebufferAttachmentImageInfo() function
42905 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::FramebufferAttachmentImageInfo const *>( &rhs ); in operator =()
42910 …P_CONSTEXPR_14 FramebufferAttachmentImageInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
42916 …AttachmentImageInfo & setFlags( VULKAN_HPP_NAMESPACE::ImageCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]