• Home
  • Raw
  • Download

Lines Matching refs:AttachmentReference

17473   struct AttachmentReference  struct
17475 AttachmentReference( uint32_t attachment_ = 0, in AttachmentReference() function
17481 AttachmentReference( VkAttachmentReference const & rhs ) in AttachmentReference() function
17483 memcpy( this, &rhs, sizeof( AttachmentReference ) ); in AttachmentReference()
17486 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =() argument
17488 memcpy( this, &rhs, sizeof( AttachmentReference ) ); in operator =()
17492 AttachmentReference & setAttachment( uint32_t attachment_ ) in setAttachment() argument
17498 AttachmentReference & setLayout( ImageLayout layout_ ) in setLayout() argument
17514 bool operator==( AttachmentReference const& rhs ) const in operator ==() argument
17520 bool operator!=( AttachmentReference const& rhs ) const in operator !=() argument
17528 …static_assert( sizeof( AttachmentReference ) == sizeof( VkAttachmentReference ), "struct and wrapp…
42656 const AttachmentReference* pInputAttachments_ = nullptr, in SubpassDescription()
42658 const AttachmentReference* pColorAttachments_ = nullptr, in SubpassDescription()
42659 const AttachmentReference* pResolveAttachments_ = nullptr, in SubpassDescription()
42660 const AttachmentReference* pDepthStencilAttachment_ = nullptr, in SubpassDescription()
42704 SubpassDescription & setPInputAttachments( const AttachmentReference* pInputAttachments_ ) in setPInputAttachments()
42716 SubpassDescription & setPColorAttachments( const AttachmentReference* pColorAttachments_ ) in setPColorAttachments()
42722 SubpassDescription & setPResolveAttachments( const AttachmentReference* pResolveAttachments_ ) in setPResolveAttachments()
42728 …SubpassDescription & setPDepthStencilAttachment( const AttachmentReference* pDepthStencilAttachmen… in setPDepthStencilAttachment()
42778 const AttachmentReference* pInputAttachments;
42780 const AttachmentReference* pColorAttachments;
42781 const AttachmentReference* pResolveAttachments;
42782 const AttachmentReference* pDepthStencilAttachment;
43447 …nderPassFragmentDensityMapCreateInfoEXT( AttachmentReference fragmentDensityMapAttachment_ = Attac… in RenderPassFragmentDensityMapCreateInfoEXT()
43468 …FragmentDensityMapCreateInfoEXT & setFragmentDensityMapAttachment( AttachmentReference fragmentDen… in setFragmentDensityMapAttachment()
43501 AttachmentReference fragmentDensityMapAttachment;