Searched refs:ESDOp (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_gds.h | 39 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;} in op() 90 ESDOp m_op;
|
D | sfn_instruction_gds.cpp | 32 GDSInstr::GDSInstr(ESDOp op, const GPRVector& dest, const PValue& value, in GDSInstr() 53 GDSInstr::GDSInstr(ESDOp op, const GPRVector& dest, const PValue& value, in GDSInstr() 62 GDSInstr::GDSInstr(ESDOp op, const GPRVector& dest, in GDSInstr()
|
D | sfn_emitssboinstruction.h | 41 ESDOp get_opcode(nir_intrinsic_op opcode) const; 42 ESDOp get_opcode_wo(const nir_intrinsic_op opcode) const;
|
D | sfn_alu_defines.h | 317 enum ESDOp { enum 373 extern const std::map<ESDOp, LDSOp> lds_ops;
|
D | sfn_emitssboinstruction.cpp | 117 ESDOp op = read_result ? get_opcode(instr->intrinsic) : in emit_atomic() 149 ESDOp op = read_result ? get_opcode(instr->intrinsic) : get_opcode_wo(instr->intrinsic); in emit_unary_atomic() 164 ESDOp EmitSSBOInstruction::get_opcode(const nir_intrinsic_op opcode) const in get_opcode() 195 ESDOp EmitSSBOInstruction::get_opcode_wo(const nir_intrinsic_op opcode) const in get_opcode_wo()
|
D | sfn_alu_defines.cpp | 275 const std::map<ESDOp, LDSOp> lds_ops = {
|
D | sfn_ir_to_assembly.cpp | 847 extern const std::map<ESDOp, int> ds_opcode_map; 1430 const std::map<ESDOp, int> ds_opcode_map = {
|