summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_private.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2017-01-18 13:54:17 +1000
committerDave Airlie <[email protected]>2017-01-31 09:28:24 +1000
commit68c5da7e664b19f6f3cd241a07136a033fd481b7 (patch)
tree1b38bad6916b0643bbfe102b9bbbdf61d216d723 /src/amd/vulkan/radv_private.h
parentf26fa879b74d293b35bc22379f2dc7b674c56829 (diff)
radv: add code to set gs_table_depth.
Review-by: Bas Nieuwenhuizen <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r--src/amd/vulkan/radv_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
index 68c161e0d85..60bc4b2f0f8 100644
--- a/src/amd/vulkan/radv_private.h
+++ b/src/amd/vulkan/radv_private.h
@@ -495,6 +495,9 @@ struct radv_device {
bool llvm_supports_spill;
uint32_t scratch_waves;
+
+ uint32_t gs_table_depth;
+
/* MSAA sample locations.
* The first index is the sample index.
* The second index is the coordinate: X, Y. */