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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user