Searched refs:op2_sete_dx10 (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.cpp | 74 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()
|
D | sfn_alu_defines.h | 48 op2_sete_dx10 = 12, enumerator
|
D | sfn_alu_defines.cpp | 120 {op2_sete_dx10 ,AluOp(2, 1, AluOp::a,"SETE_DX10")},
|
D | sfn_ir_to_assembly.cpp | 1239 {op2_sete_dx10, ALU_OP2_SETE_DX10},
|