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_instruction_tex.h89 void set_inst_mode(int inst_mode) { m_inst_mode = inst_mode;} in set_inst_mode()
91 int inst_mode() const { return m_inst_mode;} in inst_mode()
132 int m_inst_mode; variable
Dsfn_instruction_tex.cpp42 m_inst_mode(0), in TexInstruction()
56 m_inst_mode = cmp; in set_gather_comp()