mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
nir/lower_bit_size: skip conversion for more opcodes
This commit is contained in:
parent
e7f7eaa2d5
commit
3e671d9670
1 changed files with 3 additions and 0 deletions
|
|
@ -62,6 +62,9 @@ before_conversion(nir_builder *bld, nir_alu_type type, unsigned bit_size, nir_de
|
|||
case nir_op_ishl:
|
||||
case nir_op_isub:
|
||||
case nir_op_ixor:
|
||||
case nir_op_inot:
|
||||
case nir_op_bcsel:
|
||||
case nir_op_bitfield_select:
|
||||
case nir_op_mov:
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue