summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-11-16 10:39:15 -0800
committerJason Ekstrand <[email protected]>2016-11-22 13:44:55 -0800
commit140d041fac24b6140f8df8f02418b8bc1503d4a8 (patch)
tree40d1cb5341186a9e3f52bcb19b5abb069bd84a6a /src/intel/vulkan/anv_private.h
parent0b01262844561cbd505dfcff396d3f4de2b30300 (diff)
anv/pipeline: Handle depth/stencil self-dependencies
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index ba2e85a535f..4fa4f32bcbe 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -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;
};