mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
brw: remove unused prog_data field
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30713>
This commit is contained in:
parent
cf986dd589
commit
d9406658ed
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue