Searched refs:emit_alu_op2 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emitaluinstruction.cpp | 111 case nir_op_fadd: return emit_alu_op2(instr, op2_add); 129 case nir_op_feq32: return emit_alu_op2(instr, op2_sete_dx10); 130 case nir_op_feq: return emit_alu_op2(instr, op2_sete_dx10); 135 case nir_op_fge32: return emit_alu_op2(instr, op2_setge_dx10); 136 case nir_op_fge: return emit_alu_op2(instr, op2_setge_dx10); 139 case nir_op_flt32: return emit_alu_op2(instr, op2_setgt_dx10, op2_opt_reverse); 140 case nir_op_flt: return emit_alu_op2(instr, op2_setgt_dx10, op2_opt_reverse); 141 case nir_op_fmax: return emit_alu_op2(instr, op2_max_dx10); 142 case nir_op_fmin: return emit_alu_op2(instr, op2_min_dx10); 143 case nir_op_fmul: return emit_alu_op2(inst 866 bool EmitAluInstruction::emit_alu_op2(const nir_alu_instr& instr, EAluOp opcode, AluOp2Opts ops) function in class:r600::EmitAluInstruction [all...] |
| H A D | sfn_emitaluinstruction.h | 58 bool emit_alu_op2(const nir_alu_instr& instr, EAluOp opcode, AluOp2Opts ops = op2_opt_none);
|
Completed in 3 milliseconds