Home
last modified time | relevance | path

Searched defs:inst_mode (Results 1 – 1 of 1) 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() function