radv, aco, ac: Implement pack_half_2x16_rtz_split.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15838>
This commit is contained in:
Timur Kristóf
2023-01-24 19:14:47 +01:00
committed by Marge Bot
parent 12652cc549
commit c644461b71
4 changed files with 4 additions and 0 deletions
@@ -495,6 +495,7 @@ init_context(isel_context* ctx, nir_shader* shader)
case nir_op_i2f16:
case nir_op_i2f32:
case nir_op_i2f64:
case nir_op_pack_half_2x16_rtz_split:
case nir_op_pack_half_2x16_split:
case nir_op_pack_unorm_2x16:
case nir_op_pack_snorm_2x16: