• Home
  • Raw
  • Download

Lines Matching refs:AttachmentReference

7987   struct AttachmentReference  struct
7989 AttachmentReference( uint32_t attachment_ = 0, in AttachmentReference() function
7996 AttachmentReference( VkAttachmentReference const & rhs ) in AttachmentReference() function
7998 memcpy( this, &rhs, sizeof( AttachmentReference ) ); in AttachmentReference()
8001 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =() argument
8003 memcpy( this, &rhs, sizeof( AttachmentReference ) ); in operator =()
8006 AttachmentReference& setAttachment( uint32_t attachment_ ) in setAttachment() argument
8012 AttachmentReference& setLayout( ImageLayout layout_ ) in setLayout() argument
8028 bool operator==( AttachmentReference const& rhs ) const in operator ==() argument
8034 bool operator!=( AttachmentReference const& rhs ) const in operator !=() argument
8042 …static_assert( sizeof( AttachmentReference ) == sizeof( VkAttachmentReference ), "struct and wrapp…
34791 const AttachmentReference* pInputAttachments_ = nullptr, in SubpassDescription()
34793 const AttachmentReference* pColorAttachments_ = nullptr, in SubpassDescription()
34794 const AttachmentReference* pResolveAttachments_ = nullptr, in SubpassDescription()
34795 const AttachmentReference* pDepthStencilAttachment_ = nullptr, in SubpassDescription()
34839 SubpassDescription& setPInputAttachments( const AttachmentReference* pInputAttachments_ ) in setPInputAttachments()
34851 SubpassDescription& setPColorAttachments( const AttachmentReference* pColorAttachments_ ) in setPColorAttachments()
34857 SubpassDescription& setPResolveAttachments( const AttachmentReference* pResolveAttachments_ ) in setPResolveAttachments()
34863 …SubpassDescription& setPDepthStencilAttachment( const AttachmentReference* pDepthStencilAttachment… in setPDepthStencilAttachment()
34913 const AttachmentReference* pInputAttachments;
34915 const AttachmentReference* pColorAttachments;
34916 const AttachmentReference* pResolveAttachments;
34917 const AttachmentReference* pDepthStencilAttachment;