summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJordan Justen <[email protected]>2016-05-26 13:49:07 -0700
committerJordan Justen <[email protected]>2016-06-01 19:29:02 -0700
commit1b79e7ebbd77a7e714fafadd91459059aacf2407 (patch)
tree9321a46aae9763a888e2796e31dc6fbb493251f3 /src/intel/vulkan/anv_private.h
parent3ef0957dac11edee7babc9746ec766dcb055d909 (diff)
i965: Store number of threads in brw_cs_prog_data
Cc: "12.0" <[email protected]> Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 7325f3f5e61..26ffbd65666 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -1474,7 +1474,6 @@ struct anv_pipeline {
bool primitive_restart;
uint32_t topology;
- uint32_t cs_thread_width_max;
uint32_t cs_right_mask;
struct {