intel/brw: Add comment to first_non_payload_grf

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37853>
This commit is contained in:
José Roberto de Souza
2025-09-18 12:14:58 -07:00
committed by Marge Bot
parent 6e02351c58
commit ce25f12975
+1
View File
@@ -155,6 +155,7 @@ public:
brw_reg sample_mask;
brw_reg outputs[VARYING_SLOT_MAX];
brw_reg dual_src_output;
/* This includes HW thread payload + push constants + URB(after brw_assign_xs_urb_setup()) */
int first_non_payload_grf;
enum brw_shader_phase phase;