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:

committed by
Marge Bot

parent
cf986dd589
commit
d9406658ed
@@ -1018,14 +1018,6 @@ struct brw_cs_prog_data {
|
|||||||
struct brw_push_const_block cross_thread;
|
struct brw_push_const_block cross_thread;
|
||||||
struct brw_push_const_block per_thread;
|
struct brw_push_const_block per_thread;
|
||||||
} push;
|
} push;
|
||||||
|
|
||||||
struct {
|
|
||||||
/** @{
|
|
||||||
* surface indices the CS-specific surfaces
|
|
||||||
*/
|
|
||||||
uint32_t work_groups_start;
|
|
||||||
/** @} */
|
|
||||||
} binding_table;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static inline uint32_t
|
static inline uint32_t
|
||||||
|
Reference in New Issue
Block a user