Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_alu.h116 ECFAluOpCode cf_type() const {return m_cf_type;} in cf_type() function
117 void set_cf_type(ECFAluOpCode cf_type){ m_cf_type = cf_type; } in set_cf_type() argument
Dsfn_ir_to_assembly.cpp335 auto cf_op = ai.cf_type(); in visit()