Searched refs:m_dst (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp46 m_dst(dst),
75 add_remappable_dst_value(&m_dst);
107 m_dst(dst),
123 add_remappable_dst_value(&m_dst);
139 m_dst(dst),
158 add_remappable_dst_value(&m_dst);
175 m_dst(dst),
192 add_remappable_dst_value(&m_dst);
203 m_dst(dst),
230 add_remappable_dst_value(&m_dst);
[all...]
H A Dsfn_instruction_tex.h79 const GPRVector& dst() const {return m_dst;}
126 GPRVector m_dst; member in class:r600::TexInstruction
H A Dsfn_instruction_tex.cpp37 m_dst(dest),
51 add_remappable_dst_value(&m_dst);
65 if (*c == *m_dst.reg_i(c->chan()))
66 m_dst.set_reg_i(c->chan(), new_value);
87 m_dst == r.m_dst &&
96 os << opname(m_opcode) << " R" << m_dst.sel() << ".";
H A Dsfn_instruction_fetch.h90 const GPRVector& dst() const { return m_dst;}
149 GPRVector m_dst; member in class:r600::FetchInstruction

Completed in 4 milliseconds