Lines Matching defs:attachment
54 * to indicate an initial layout for the attachment. This is only allowed if
78 /** Initial layout of the attachment */
85 /** VkAttachmentReference2::attachment */
86 uint32_t attachment;
88 /** Aspects referenced by this attachment
90 * For an input attachment, this is VkAttachmentReference2::aspectMask.
95 /** Usage for this attachment
98 * attachment. Resolve attachments are VK_IMAGE_USAGE_TRANSFER_DST_BIT.
108 * layout if the attachment contains stencil and VK_IMAGE_LAYOUT_UNDEFINED
113 /** A per-view mask for if this is the last use of this attachment
115 * If the same render pass attachment is used multiple ways within a
121 /** Resolve attachment, if any */
216 /** Views in which this attachment is used, 0 for unused
218 * For non-multiview, this will be 1 if the attachment is used.