Searched refs:m_src (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp45 m_src(src),
72 add_remappable_src_value(&m_src);
106 m_src(src),
122 add_remappable_src_value(&m_src);
138 m_src(src),
157 add_remappable_src_value(&m_src);
174 m_src(src),
191 add_remappable_src_value(&m_src);
221 m_src.reset(new GPRValue(0,0));
225 m_src
[all...]
H A Dsfn_instruction_alu.h109 Value& src(unsigned i) const {assert(i < m_src.size() && m_src[i]); return *m_src[i];}
110 PValue *psrc(unsigned i) {assert(i < m_src.size()); return &m_src[i];}
134 std::vector<PValue> m_src; member in class:r600::AluInstruction
H A Dsfn_instruction_alu.cpp42 m_src(alu_ops.at(opcode).nsrc),
60 m_src.swap(src);
67 for (auto &s: m_src)
105 if (m_src.size() != oth.m_src.size())
108 for (unsigned i = 0; i < m_src.size(); ++i)
109 if (*m_src[i] != *oth.m_src[i]) {
121 for (auto& s: m_src) {
151 return m_src
[all...]
H A Dsfn_instruction_gds.h48 if (!m_src)
51 assert(m_src->type() == Value::gpr);
52 return m_src->sel();
59 assert(m_src->type() == Value::gpr);
60 return m_src->chan();
92 PValue m_src; member in class:r600::GDSInstr
H A Dsfn_emitaluinstruction.cpp222 m_src[i][c] = from_nir(instr.src[i], c);
223 sfn_log << SfnLog::reg << " " << *m_src[i][c];
229 m_src[1][3] = from_nir(instr.src[1], 3);
230 sfn_log << SfnLog::reg << " extra:" << *m_src[1][3] << "\n";
312 PValue& src = m_src[i][0];
337 ir = new AluInstruction(op1_mov, v[k], m_src[idx[i]][k], {write});
339 m_src[idx[i]][k] = v[k];
357 m_src[0][i], write);
372 m_src[0][i], write);
401 m_src[
[all...]
H A Dsfn_instruction_gds.cpp36 m_src(value),
46 add_remappable_src_value(&m_src);
81 if (m_src)
82 os << " " << *m_src;
H A Dsfn_instruction_tex.h78 const GPRVector& src() const {return m_src;}
127 GPRVector m_src; member in class:r600::TexInstruction
H A Dsfn_instruction_tex.cpp38 m_src(src),
49 add_remappable_src_value(&m_src);
63 if (*c == *m_src.reg_i(c->chan()))
64 m_src.set_reg_i(c->chan(), new_value);
88 m_src == r.m_src &&
100 os << " " << m_src
H A Dsfn_instruction_fetch.h89 const Value& src() const { return *m_src;}
148 PValue m_src; member in class:r600::FetchInstruction
H A Dsfn_emitaluinstruction.h105 std::array<PValue, 4> m_src[4]; member in class:r600::EmitAluInstruction

Completed in 14 milliseconds