Lines Matching refs:AttachmentDescription
17206 struct AttachmentDescription struct
17208 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), in AttachmentDescription() argument
17228 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() function
17230 memcpy( this, &rhs, sizeof( AttachmentDescription ) ); in AttachmentDescription()
17233 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =() argument
17235 memcpy( this, &rhs, sizeof( AttachmentDescription ) ); in operator =()
17239 AttachmentDescription & setFlags( AttachmentDescriptionFlags flags_ ) in setFlags() argument
17245 AttachmentDescription & setFormat( Format format_ ) in setFormat() argument
17251 AttachmentDescription & setSamples( SampleCountFlagBits samples_ ) in setSamples() argument
17257 AttachmentDescription & setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp() argument
17263 AttachmentDescription & setStoreOp( AttachmentStoreOp storeOp_ ) in setStoreOp() argument
17269 AttachmentDescription & setStencilLoadOp( AttachmentLoadOp stencilLoadOp_ ) in setStencilLoadOp() argument
17275 AttachmentDescription & setStencilStoreOp( AttachmentStoreOp stencilStoreOp_ ) in setStencilStoreOp() argument
17281 AttachmentDescription & setInitialLayout( ImageLayout initialLayout_ ) in setInitialLayout() argument
17287 AttachmentDescription & setFinalLayout( ImageLayout finalLayout_ ) in setFinalLayout() argument
17303 bool operator==( AttachmentDescription const& rhs ) const in operator ==() argument
17316 bool operator!=( AttachmentDescription const& rhs ) const in operator !=() argument
17331 …static_assert( sizeof( AttachmentDescription ) == sizeof( VkAttachmentDescription ), "struct and w…
42899 const AttachmentDescription* pAttachments_ = nullptr, in RenderPassCreateInfo()
42942 RenderPassCreateInfo & setPAttachments( const AttachmentDescription* pAttachments_ ) in setPAttachments()
43007 const AttachmentDescription* pAttachments;