• Home
  • Raw
  • Download

Lines Matching refs:AttachmentDescription

28413   struct AttachmentDescription  struct
28415 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), in AttachmentDescription() function
28436 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() function
28438 memcpy( this, &rhs, sizeof( AttachmentDescription ) ); in AttachmentDescription()
28441 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =() argument
28443 memcpy( this, &rhs, sizeof( AttachmentDescription ) ); in operator =()
28446 AttachmentDescription& setFlags( AttachmentDescriptionFlags flags_ ) in setFlags() argument
28452 AttachmentDescription& setFormat( Format format_ ) in setFormat() argument
28458 AttachmentDescription& setSamples( SampleCountFlagBits samples_ ) in setSamples() argument
28464 AttachmentDescription& setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp() argument
28470 AttachmentDescription& setStoreOp( AttachmentStoreOp storeOp_ ) in setStoreOp() argument
28476 AttachmentDescription& setStencilLoadOp( AttachmentLoadOp stencilLoadOp_ ) in setStencilLoadOp() argument
28482 AttachmentDescription& setStencilStoreOp( AttachmentStoreOp stencilStoreOp_ ) in setStencilStoreOp() argument
28488 AttachmentDescription& setInitialLayout( ImageLayout initialLayout_ ) in setInitialLayout() argument
28494 AttachmentDescription& setFinalLayout( ImageLayout finalLayout_ ) in setFinalLayout() argument
28510 bool operator==( AttachmentDescription const& rhs ) const in operator ==() argument
28523 bool operator!=( AttachmentDescription const& rhs ) const in operator !=() argument
28538 …static_assert( sizeof( AttachmentDescription ) == sizeof( VkAttachmentDescription ), "struct and w…
34927 const AttachmentDescription* pAttachments_ = nullptr, in RenderPassCreateInfo()
34970 RenderPassCreateInfo& setPAttachments( const AttachmentDescription* pAttachments_ ) in setPAttachments()
35035 const AttachmentDescription* pAttachments;