From d9406658ed88d12882f05018bf3b1297663ba3d2 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 17 Apr 2024 11:02:22 +0300 Subject: [PATCH] brw: remove unused prog_data field Signed-off-by: Lionel Landwerlin Reviewed-by: Ivan Briano Part-of: --- src/intel/compiler/brw_compiler.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index 714f5dbc059..04fd0a4d13a 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -1018,14 +1018,6 @@ struct brw_cs_prog_data { struct brw_push_const_block cross_thread; struct brw_push_const_block per_thread; } push; - - struct { - /** @{ - * surface indices the CS-specific surfaces - */ - uint32_t work_groups_start; - /** @} */ - } binding_table; }; static inline uint32_t