anv/pipeline: Handle depth/stencil self-dependencies

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Jason Ekstrand
2016-11-16 10:39:15 -08:00
parent 0b01262844
commit 140d041fac
3 changed files with 31 additions and 6 deletions

View File

@@ -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;
};