Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h125 void set_inst_mode(int inst_mode) { m_inst_mode = inst_mode;} in set_inst_mode()
126 int inst_mode() const { return m_inst_mode;} in inst_mode()
183 int m_inst_mode; variable
Dsfn_instr_tex.cpp44 m_inst_mode(0), in TexInstr()
79 m_inst_mode = cmp; in set_gather_comp()
107 return m_inst_mode == lhs.m_inst_mode && in is_equal_to()
157 if (m_inst_mode || is_gather(m_opcode)) in do_print()
158 os << " MODE:" << m_inst_mode; in do_print()