Searched refs:ESDOp (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitssboinstruction.h41 ESDOp get_opcode(nir_intrinsic_op opcode) const;
42 ESDOp get_opcode_wo(const nir_intrinsic_op opcode) const;
H A Dsfn_instruction_gds.h39 GDSInstr(ESDOp op, const GPRVector& dest, const PValue& value,
41 GDSInstr(ESDOp op, const GPRVector& dest, const PValue& value,
43 GDSInstr(ESDOp op, const GPRVector& dest, const PValue &uav_id, int uav_base);
45 ESDOp op() const {return m_op;}
90 ESDOp m_op;
H A Dsfn_instruction_gds.cpp32 GDSInstr::GDSInstr(ESDOp op, const GPRVector& dest, const PValue& value,
53 GDSInstr::GDSInstr(ESDOp op, const GPRVector& dest, const PValue& value,
62 GDSInstr::GDSInstr(ESDOp op, const GPRVector& dest,
H A Dsfn_alu_defines.h317 enum ESDOp { enum in namespace:r600
373 extern const std::map<ESDOp, LDSOp> lds_ops;
H A Dsfn_emitssboinstruction.cpp117 ESDOp op = read_result ? get_opcode(instr->intrinsic) :
149 ESDOp op = read_result ? get_opcode(instr->intrinsic) : get_opcode_wo(instr->intrinsic);
164 ESDOp EmitSSBOInstruction::get_opcode(const nir_intrinsic_op opcode) const
195 ESDOp EmitSSBOInstruction::get_opcode_wo(const nir_intrinsic_op opcode) const
H A Dsfn_alu_defines.cpp275 const std::map<ESDOp, LDSOp> lds_ops = {
H A Dsfn_ir_to_assembly.cpp847 extern const std::map<ESDOp, int> ds_opcode_map;
1430 const std::map<ESDOp, int> ds_opcode_map = {

Completed in 7 milliseconds