mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
r600/sfn: Handle nir_op_b2b32
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6879>
This commit is contained in:
parent
b2df9c2f88
commit
d55404b39c
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ bool EmitAluInstruction::do_emit(nir_instr* ir)
|
|||
case nir_op_i2b1: return emit_alu_i2orf2_b1(instr, op2_setne_int);
|
||||
case nir_op_f2b1: return emit_alu_i2orf2_b1(instr, op2_setne_dx10);
|
||||
case nir_op_b2b1:
|
||||
case nir_op_b2b32:
|
||||
case nir_op_mov:return emit_mov(instr);
|
||||
case nir_op_ftrunc: return emit_alu_op1(instr, op1_trunc);
|
||||
case nir_op_fabs: return emit_alu_op1(instr, op1_mov, {1 << alu_src0_abs});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue