nir,aco: add byte_perm_amd

Acked-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36115>
This commit is contained in:
Georg Lehmann
2025-07-14 13:49:53 +02:00
committed by Marge Bot
parent 56d93c40ea
commit d672737372
3 changed files with 31 additions and 0 deletions
@@ -447,6 +447,7 @@ init_context(isel_context* ctx, nir_shader* shader)
case nir_op_udot_2x16_uadd_sat:
case nir_op_sdot_2x16_iadd_sat:
case nir_op_bfdot2_bfadd:
case nir_op_byte_perm_amd:
case nir_op_alignbyte_amd: type = RegType::vgpr; break;
case nir_op_fmul:
case nir_op_ffma: