aco: implement nir_op_pack_{uint,sint}_2x16

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15231>
This commit is contained in:
Samuel Pitoiset
2022-03-03 08:53:06 +01:00
committed by Marge Bot
parent 6532307555
commit 9b113f1b6c
2 changed files with 12 additions and 0 deletions
@@ -517,6 +517,8 @@ init_context(isel_context* ctx, nir_shader* shader)
case nir_op_pack_half_2x16_split:
case nir_op_pack_unorm_2x16:
case nir_op_pack_snorm_2x16:
case nir_op_pack_uint_2x16:
case nir_op_pack_sint_2x16:
case nir_op_unpack_half_2x16_split_x:
case nir_op_unpack_half_2x16_split_y:
case nir_op_fddx: