ac/nir: fix a comment typo in load_subgroup_id_lowered()

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32940>
This commit is contained in:
Samuel Pitoiset
2025-01-03 02:10:06 -08:00
committed by Marge Bot
parent 44ba856089
commit f09f31d093

View File

@@ -166,7 +166,7 @@ load_subgroup_id_lowered(lower_intrinsics_to_args_state *s, nir_builder *b)
} else {
/* GFX6-10 don't actually support a wave id, but we can
* use the ordered id because ORDERED_APPEND_* is set to
* zero in the compute dispatch initiatior.
* zero in the compute dispatch initiator.
*/
return ac_nir_unpack_arg(b, s->args, s->args->tg_size, 6, 6);
}