intel/compiler: Store start of ICP handles in TCS thread payload struct

Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Ian Romanick <ian.d.romanick@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18176>
This commit is contained in:
Caio Oliveira
2022-08-19 17:31:37 -07:00
committed by Marge Bot
parent 2622fc3af1
commit eb837dd23b
3 changed files with 14 additions and 12 deletions

View File

@@ -98,6 +98,7 @@ struct tcs_thread_payload : public thread_payload {
fs_reg patch_urb_output;
fs_reg primitive_id;
fs_reg icp_handle_start;
};
struct fs_thread_payload : public thread_payload {