Lines Matching refs:AttachmentReference
4288 struct AttachmentReference struct
4290 AttachmentReference( uint32_t attachment_ = 0, ImageLayout layout_ = ImageLayout::eUndefined ) in AttachmentReference() function
4296 AttachmentReference( VkAttachmentReference const & rhs ) in AttachmentReference() function
4298 memcpy( this, &rhs, sizeof(AttachmentReference) ); in AttachmentReference()
4301 AttachmentReference& operator=( VkAttachmentReference const & rhs ) in operator =() argument
4303 memcpy( this, &rhs, sizeof(AttachmentReference) ); in operator =()
4307 AttachmentReference& setAttachment( uint32_t attachment_ ) in setAttachment() argument
4313 AttachmentReference& setLayout( ImageLayout layout_ ) in setLayout() argument
4324 bool operator==( AttachmentReference const& rhs ) const in operator ==() argument
4330 bool operator!=( AttachmentReference const& rhs ) const in operator !=() argument
4338 …static_assert( sizeof( AttachmentReference ) == sizeof( VkAttachmentReference ), "struct and wrapp…
4556 …AttachmentReference* pInputAttachments_ = nullptr, uint32_t colorAttachmentCount_ = 0, const Attac… in SubpassDescription()
4599 SubpassDescription& setPInputAttachments( const AttachmentReference* pInputAttachments_ ) in setPInputAttachments()
4611 SubpassDescription& setPColorAttachments( const AttachmentReference* pColorAttachments_ ) in setPColorAttachments()
4617 SubpassDescription& setPResolveAttachments( const AttachmentReference* pResolveAttachments_ ) in setPResolveAttachments()
4623 …SubpassDescription& setPDepthStencilAttachment( const AttachmentReference* pDepthStencilAttachment… in setPDepthStencilAttachment()
4668 const AttachmentReference* pInputAttachments;
4670 const AttachmentReference* pColorAttachments;
4671 const AttachmentReference* pResolveAttachments;
4672 const AttachmentReference* pDepthStencilAttachment;