Home
last modified time | relevance | path

Searched refs:EAluOp (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_alu.h66 AluInstr(EAluOp opcode);
67 AluInstr(EAluOp opcode, int chan);
68 AluInstr(EAluOp opcode, PRegister dest,
72 AluInstr(EAluOp opcode, PRegister dest, PVirtualValue src0,
75 AluInstr(EAluOp opcode, PRegister dest,
79 AluInstr(EAluOp opcode, PRegister dest, PVirtualValue src0, PVirtualValue src1,
98 void set_op(EAluOp op) {m_opcode = op;} in set_op()
178 EAluOp m_opcode;
H A Dsfn_instr_alu.cpp43 AluInstr::AluInstr(EAluOp opcode, PRegister dest, in AluInstr()
70 AluInstr::AluInstr(EAluOp opcode): in AluInstr()
75 AluInstr::AluInstr(EAluOp opcode, int chan): in AluInstr()
81 AluInstr::AluInstr(EAluOp opcode, PRegister dest, PVirtualValue src0, in AluInstr()
88 AluInstr::AluInstr(EAluOp opcode, PRegister dest, in AluInstr()
96 AluInstr::AluInstr(EAluOp opcode, PRegister dest, PVirtualValue src0, PVirtualValue src1, in AluInstr()
810 EAluOp alu_opcode;
1091 static bool emit_alu_op1(const nir_alu_instr& alu, EAluOp opcode, Shader& shader,
1093 static bool emit_alu_op1_64bit(const nir_alu_instr& alu, EAluOp opcode, Shader& shader, bool switch_chan);
1096 static bool emit_alu_op1_64bit_trans(const nir_alu_instr& alu, EAluOp opcod
[all...]
H A Dsfn_shader_fs.h141 bool load_interpolated_one_comp(RegisterVec4& dest, const InterpolateParams& params, EAluOp op);
142 bool load_interpolated_two_comp(RegisterVec4& dest, const InterpolateParams& params, EAluOp op, int writemask);
143 bool load_interpolated_two_comp_for_one(RegisterVec4& dest, const InterpolateParams& params, EAluOp op,
H A Dsfn_peephole.cpp176 static EAluOp pred_from_op(EAluOp pred_op, EAluOp op) in pred_from_op()
H A Dsfn_alu_defines.h38 enum EAluOp { enum
334 extern const std::map<EAluOp, AluOp> alu_ops;
H A Dsfn_instr_alugroup.cpp38 static bool is_kill(EAluOp op) in is_kill()
H A Dsfn_shader_fs.cpp914 EAluOp op) in load_interpolated_one_comp()
942 EAluOp op, int writemask) in load_interpolated_two_comp()
964 const InterpolateParams& params, EAluOp op, in load_interpolated_two_comp_for_one()
H A Dsfn_assembler.cpp181 extern const std::map<EAluOp, int> opcode_map;
996 EAluOp idxop = idx ? op1_set_cf_idx1 : op1_set_cf_idx0; in emit_index_reg()
1212 const std::map<EAluOp, int> opcode_map = {
H A Dsfn_alu_defines.cpp31 const std::map<EAluOp, AluOp> alu_ops = {

Completed in 9 milliseconds