Home
last modified time | relevance | path

Searched refs:op2_sete_dx10 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp74 case nir_op_b32all_fequal2: return emit_any_all_fcomp2(instr, op2_sete_dx10, true); in do_emit()
87 case nir_op_ball_fequal2: return emit_any_all_fcomp2(instr, op2_sete_dx10, true); in do_emit()
129 case nir_op_feq32: return emit_alu_op2(instr, op2_sete_dx10); in do_emit()
130 case nir_op_feq: return emit_alu_op2(instr, op2_sete_dx10); in do_emit()
770 op = (op == op2_sete) ? op2_sete_dx10: op2_setne_dx10; in emit_any_all_fcomp()
772 op = (op == op2_sete) ? op2_setne_dx10: op2_sete_dx10; in emit_any_all_fcomp()
Dsfn_alu_defines.h48 op2_sete_dx10 = 12, enumerator
Dsfn_alu_defines.cpp120 {op2_sete_dx10 ,AluOp(2, 1, AluOp::a,"SETE_DX10")},
Dsfn_ir_to_assembly.cpp1239 {op2_sete_dx10, ALU_OP2_SETE_DX10},