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:

committed by
Marge Bot

parent
44ba856089
commit
f09f31d093
@@ -166,7 +166,7 @@ load_subgroup_id_lowered(lower_intrinsics_to_args_state *s, nir_builder *b)
|
|||||||
} else {
|
} else {
|
||||||
/* GFX6-10 don't actually support a wave id, but we can
|
/* GFX6-10 don't actually support a wave id, but we can
|
||||||
* use the ordered id because ORDERED_APPEND_* is set to
|
* 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);
|
return ac_nir_unpack_arg(b, s->args, s->args->tg_size, 6, 6);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user