intel/compiler: Store start of ICP handles in GS thread payload struct
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com> 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:
@@ -121,6 +121,7 @@ struct gs_thread_payload : public thread_payload {
|
||||
|
||||
fs_reg urb_handles;
|
||||
fs_reg primitive_id;
|
||||
fs_reg icp_handle_start;
|
||||
};
|
||||
|
||||
struct fs_thread_payload : public thread_payload {
|
||||
|
Reference in New Issue
Block a user