Searched refs:emit_alu_op3 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emitaluinstruction.cpp | 86 case nir_op_b32csel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1}); 99 case nir_op_bcsel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1}); 104 case nir_op_bitfield_select: return emit_alu_op3(instr, op3_bfi_int); 114 case nir_op_fcsel: return emit_alu_op3(instr, op3_cnde, {0, 2, 1}); 115 case nir_op_fcsel_ge: return emit_alu_op3(instr, op3_cndge, {0, 1, 2}); 116 case nir_op_fcsel_gt: return emit_alu_op3(instr, op3_cndgt, {0, 1, 2}); 133 case nir_op_ffma: return emit_alu_op3(instr, op3_muladd_ieee); 160 case nir_op_ibfe: return emit_alu_op3(instr, op3_bfe_int); 161 case nir_op_i32csel_ge: return emit_alu_op3(instr, op3_cndge_int, {0, 1, 2}); 162 case nir_op_i32csel_gt: return emit_alu_op3(inst 899 bool EmitAluInstruction::emit_alu_op3(const nir_alu_instr& instr, EAluOp opcode, function in class:r600::EmitAluInstruction [all...] |
| H A D | sfn_emitaluinstruction.h | 67 bool emit_alu_op3(const nir_alu_instr& instr, EAluOp opcode, std::array<uint8_t, 3> reorder={0,1,2});
|
Completed in 3 milliseconds