nak: Enable lowering rotate to shuffle.

Signed-off-by: Robin Kertels <robin.kertels@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27863>
This commit is contained in:
Robin Kertels 2024-02-28 23:18:39 +01:00 committed by Marge Bot
parent 42b85780c6
commit 714acf7d21
1 changed files with 1 additions and 0 deletions

View File

@ -909,6 +909,7 @@ nak_postprocess_nir(nir_shader *nir,
.lower_read_first_invocation = true,
.lower_elect = true,
.lower_inverse_ballot = true,
.lower_rotate_to_shuffle = true
};
OPT(nir, nir_lower_subgroups, &subgroups_options);
OPT(nir, nak_nir_lower_scan_reduce);