summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_private.h
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <[email protected]>2017-08-16 09:20:26 +0200
committerBas Nieuwenhuizen <[email protected]>2017-08-24 19:20:47 +0200
commite3265c10c8950887729d7320eac3475af58215fc (patch)
tree3b2d0fbd31290d964b495abaac358c47427e8959 /src/amd/vulkan/radv_private.h
parentdb8e99f72dcaba7d70d8a81191649bf39c364e6f (diff)
radv: Implement multiview draws.
v2: - Use for_each_bit. - split emitting the draw packets out to separate functions. Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r--src/amd/vulkan/radv_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index 31f4d285aa7..0e297f5b6ea 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -86,6 +86,7 @@ typedef uint32_t xcb_window_t;
#define MAX_SAMPLES_LOG2 4
#define NUM_META_FS_KEYS 13
#define RADV_MAX_DRM_DEVICES 8
+#define MAX_VIEWS 8
#define NUM_DEPTH_CLEAR_PIPELINES 3