intel/compiler: remove unused field from fs_thread_payload
Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20957>
This commit is contained in:

committed by
Marge Bot

parent
9b4eb73907
commit
512126b26d
@@ -141,7 +141,6 @@ struct fs_thread_payload : public thread_payload {
|
||||
uint8_t sample_mask_in_reg[2];
|
||||
uint8_t depth_w_coef_reg[2];
|
||||
uint8_t barycentric_coord_reg[BRW_BARYCENTRIC_MODE_COUNT][2];
|
||||
uint8_t local_invocation_id_reg[2];
|
||||
};
|
||||
|
||||
struct cs_thread_payload : public thread_payload {
|
||||
|
Reference in New Issue
Block a user