• Home
  • Raw
  • Download

Lines Matching refs:AttachmentDescription

13502   struct AttachmentDescription  struct
13504AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), Format fo… in AttachmentDescription() argument
13517 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() argument
13519 memcpy( this, &rhs, sizeof(AttachmentDescription) ); in AttachmentDescription()
13522 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =() argument
13524 memcpy( this, &rhs, sizeof(AttachmentDescription) ); in operator =()
13528 AttachmentDescription& setFlags( AttachmentDescriptionFlags flags_ ) in setFlags() argument
13534 AttachmentDescription& setFormat( Format format_ ) in setFormat() argument
13540 AttachmentDescription& setSamples( SampleCountFlagBits samples_ ) in setSamples() argument
13546 AttachmentDescription& setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp() argument
13552 AttachmentDescription& setStoreOp( AttachmentStoreOp storeOp_ ) in setStoreOp() argument
13558 AttachmentDescription& setStencilLoadOp( AttachmentLoadOp stencilLoadOp_ ) in setStencilLoadOp() argument
13564 AttachmentDescription& setStencilStoreOp( AttachmentStoreOp stencilStoreOp_ ) in setStencilStoreOp() argument
13570 AttachmentDescription& setInitialLayout( ImageLayout initialLayout_ ) in setInitialLayout() argument
13576 AttachmentDescription& setFinalLayout( ImageLayout finalLayout_ ) in setFinalLayout() argument
13587 bool operator==( AttachmentDescription const& rhs ) const in operator ==() argument
13600 bool operator!=( AttachmentDescription const& rhs ) const in operator !=() argument
13615 …static_assert( sizeof( AttachmentDescription ) == sizeof( VkAttachmentDescription ), "struct and w…
14603 …_ = RenderPassCreateFlags(), uint32_t attachmentCount_ = 0, const AttachmentDescription* pAttachme… in RenderPassCreateInfo()
14651 RenderPassCreateInfo& setPAttachments( const AttachmentDescription* pAttachments_ ) in setPAttachments()
14711 const AttachmentDescription* pAttachments;