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:
Marcin Ślusarz
2023-01-27 16:57:15 +01:00
committed by Marge Bot
parent 9b4eb73907
commit 512126b26d
2 changed files with 1 additions and 3 deletions

View File

@@ -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 {