aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2016-09-23 01:04:25 +0300
committerLionel Landwerlin <[email protected]>2016-09-23 10:12:06 +0300
commit6b21728c4a4f89754a79fe754e0c8496c25d9b66 (patch)
tree9afb4306e1012fbe7d34ec0157ce6a00c8428a0f /src/intel/vulkan/anv_private.h
parent94d0e7dc0848a5f70a550f2294e459eab51ace8f (diff)
anv: get rid of duplicated values from gen_device_info
Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 839f813d0d7..443c31fdbbe 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -573,17 +573,6 @@ struct anv_physical_device {
uint32_t eu_total;
uint32_t subslice_total;
- /**
- * Platform specific constants containing the maximum number of threads
- * for each pipeline stage.
- */
- uint32_t max_vs_threads;
- uint32_t max_hs_threads;
- uint32_t max_ds_threads;
- uint32_t max_gs_threads;
- uint32_t max_wm_threads;
- uint32_t max_cs_threads;
-
struct anv_wsi_interface * wsi[VK_ICD_WSI_PLATFORM_MAX];
};