radv, aco: Packed usub_sat/isub_sat.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13895>
This commit is contained in:
Georg Lehmann
2022-01-20 20:50:15 +01:00
committed by Marge Bot
parent aa9d2d8893
commit 1d815548ab
3 changed files with 14 additions and 0 deletions
@@ -560,6 +560,8 @@ init_context(isel_context* ctx, nir_shader* shader)
case nir_op_iadd_sat:
case nir_op_uadd_sat:
case nir_op_isub:
case nir_op_isub_sat:
case nir_op_usub_sat:
case nir_op_imul:
case nir_op_imin:
case nir_op_imax: