aco: implement mqsad_4x8 and shfr

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26251>
This commit is contained in:
Rhys Perry
2024-01-05 17:38:40 +00:00
committed by Marge Bot
parent 08903bbe89
commit 6b301eae36
3 changed files with 37 additions and 1 deletions
@@ -393,6 +393,7 @@ init_context(isel_context* ctx, nir_shader* shader)
case nir_op_frexp_exp:
case nir_op_cube_amd:
case nir_op_msad_4x8:
case nir_op_mqsad_4x8:
case nir_op_udot_4x8_uadd:
case nir_op_sdot_4x8_iadd:
case nir_op_sudot_4x8_iadd: