Searched refs:m_vc_opcode (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp42 m_vc_opcode(op),
101 m_vc_opcode(vc_opcode),
133 m_vc_opcode(vc_fetch),
169 m_vc_opcode(vc_get_buf_resinfo),
198 m_vc_opcode(vc_read_scratch),
262 return m_vc_opcode == l.m_vc_opcode &&
434 switch (m_vc_opcode) {
H A Dsfn_instruction_fetch.h82 EVFetchInstr vc_opcode() const { return m_vc_opcode;}
141 EVFetchInstr m_vc_opcode; member in class:r600::FetchInstruction

Completed in 2 milliseconds