Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp66 m_opname ="VFETCH"; in FetchInstr()
69 m_opname = "FETCH_SEMANTIC"; in FetchInstr()
75 m_opname = "GET_BUF_RESINFO"; in FetchInstr()
78 m_opname = "READ_SCRATCH"; in FetchInstr()
184 os << m_opname << ' '; in do_print()
Dsfn_instr_fetch.h118 void override_opname(const char *opname) { m_opname = opname;} in override_opname()
154 std::string m_opname; variable