Searched refs:ESDOp (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_lds.h | 71 LDSAtomicInstr(ESDOp op, PRegister dest, PVirtualValue address, const SrcValues& src); 98 ESDOp m_opcode;
|
D | sfn_instr_alu.h | 83 AluInstr(ESDOp op, PVirtualValue src0, PVirtualValue src1, PVirtualValue address); 84 AluInstr(ESDOp op, const SrcValues& src, const std::set<AluModifiers>& flags); 179 ESDOp m_lds_opcode;
|
D | sfn_instr_mem.h | 40 GDSInstr(ESDOp op, Register *dest, 74 ESDOp m_op{DS_OP_INVALID};
|
D | sfn_alu_defines.h | 384 enum ESDOp { enum 462 extern const std::map<ESDOp, LDSOp> lds_ops;
|
D | sfn_instr_lds.cpp | 222 LDSAtomicInstr::LDSAtomicInstr(ESDOp op, PRegister dest, PVirtualValue address, in LDSAtomicInstr() 395 ESDOp opcode = DS_OP_INVALID; in from_string()
|
D | sfn_instr_mem.cpp | 35 GDSInstr::GDSInstr(ESDOp op, Register *dest, in GDSInstr() 118 static ESDOp get_opcode(const nir_intrinsic_op opcode) in get_opcode() 149 static ESDOp get_opcode_wo(const nir_intrinsic_op opcode) in get_opcode_wo() 184 ESDOp op = read_result ? get_opcode(instr->intrinsic) : in emit_atomic_op2()
|
D | sfn_assembler.cpp | 47 extern const std::map<ESDOp, int> ds_opcode_map; 1417 const std::map<ESDOp, int> ds_opcode_map = {
|
D | sfn_instr_alu.cpp | 104 AluInstr::AluInstr(ESDOp op, PVirtualValue src0, PVirtualValue src1, PVirtualValue address): in AluInstr() 118 AluInstr::AluInstr(ESDOp op, const SrcValues& src, const std::set<AluModifiers>& flags): in AluInstr() 811 ESDOp lds_opcode;
|
D | sfn_alu_defines.cpp | 275 const std::map<ESDOp, LDSOp> lds_ops = {
|
D | sfn_shader.cpp | 818 static ESDOp
|