Lines Matching defs:AttachmentDescription
17206 struct AttachmentDescription struct
17208 AttachmentDescription( AttachmentDescriptionFlags flags_ = AttachmentDescriptionFlags(), in AttachmentDescription() function
17228 AttachmentDescription( VkAttachmentDescription const & rhs ) in AttachmentDescription() argument
17233 AttachmentDescription& operator=( VkAttachmentDescription const & rhs ) in operator =()
17239 AttachmentDescription & setFlags( AttachmentDescriptionFlags flags_ ) in setFlags()
17245 AttachmentDescription & setFormat( Format format_ ) in setFormat()
17251 AttachmentDescription & setSamples( SampleCountFlagBits samples_ ) in setSamples()
17257 AttachmentDescription & setLoadOp( AttachmentLoadOp loadOp_ ) in setLoadOp()
17263 AttachmentDescription & setStoreOp( AttachmentStoreOp storeOp_ ) in setStoreOp()
17269 AttachmentDescription & setStencilLoadOp( AttachmentLoadOp stencilLoadOp_ ) in setStencilLoadOp()
17275 AttachmentDescription & setStencilStoreOp( AttachmentStoreOp stencilStoreOp_ ) in setStencilStoreOp()
17281 AttachmentDescription & setInitialLayout( ImageLayout initialLayout_ ) in setInitialLayout()
17287 AttachmentDescription & setFinalLayout( ImageLayout finalLayout_ ) in setFinalLayout()
17293 operator VkAttachmentDescription const&() const in operator VkAttachmentDescription const&()
17298 operator VkAttachmentDescription &() in operator VkAttachmentDescription&()
17303 bool operator==( AttachmentDescription const& rhs ) const in operator ==()
17316 bool operator!=( AttachmentDescription const& rhs ) const in operator !=()
17321 AttachmentDescriptionFlags flags;
17322 Format format;
17323 SampleCountFlagBits samples;
17324 AttachmentLoadOp loadOp;
17325 AttachmentStoreOp storeOp;
17326 AttachmentLoadOp stencilLoadOp;
17327 AttachmentStoreOp stencilStoreOp;
17328 ImageLayout initialLayout;
17329 ImageLayout finalLayout;