anv/pipeline: Handle depth/stencil self-dependencies
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
@@ -1711,6 +1711,9 @@ struct anv_subpass {
|
||||
uint32_t * resolve_attachments;
|
||||
uint32_t depth_stencil_attachment;
|
||||
|
||||
/** Subpass has a depth/stencil self-dependency */
|
||||
bool has_ds_self_dep;
|
||||
|
||||
/** Subpass has at least one resolve attachment */
|
||||
bool has_resolve;
|
||||
};
|
||||
|
Reference in New Issue
Block a user