Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.cpp42 m_vc_opcode(op), in FetchInstruction()
101 m_vc_opcode(vc_opcode), in FetchInstruction()
133 m_vc_opcode(vc_fetch), in FetchInstruction()
169 m_vc_opcode(vc_get_buf_resinfo), in FetchInstruction()
198 m_vc_opcode(vc_read_scratch), in FetchInstruction()
262 return m_vc_opcode == l.m_vc_opcode && in is_equal_to()
434 switch (m_vc_opcode) { in do_print()
Dsfn_instruction_fetch.h82 EVFetchInstr vc_opcode() const { return m_vc_opcode;} in vc_opcode()
138 EVFetchInstr m_vc_opcode; variable