mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-16 06:10:45 +01:00
ir3: Lower 8b usub_sat
This shows up in CL CTS. Signed-off-by: Rob Clark <rob.clark@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40130>
This commit is contained in:
parent
89c6db217c
commit
2253afbc94
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ ir3_lower_bit_size(const nir_instr *instr, UNUSED void *data)
|
|||
case nir_op_ishr:
|
||||
case nir_op_isub_sat:
|
||||
case nir_op_uadd_sat:
|
||||
case nir_op_usub_sat:
|
||||
case nir_op_umax:
|
||||
case nir_op_umin:
|
||||
case nir_op_ushr:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue