aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-03-21 16:04:08 -0700
committerJason Ekstrand <[email protected]>2017-05-03 11:25:46 -0700
commitd6b8106eeacb38ef2189e905b01c3e3eeb9cc992 (patch)
treec03044e29671c8e952156c87ff55862f1d8081a3 /src/intel/vulkan/anv_private.h
parente997f548ded6e58b5f843bb56837c4bd649da9d3 (diff)
anv/pass: Store the per-subpass view mask
Reviewed-by: Iago Toral Quiroga <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index f06da005809..b12d4a55cc8 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -2169,6 +2169,8 @@ struct anv_subpass {
VkAttachmentReference depth_stencil_attachment;
+ uint32_t view_mask;
+
/** Subpass has a depth/stencil self-dependency */
bool has_ds_self_dep;