Home
last modified time | relevance | path

Searched refs:ECFAluOpCode (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_alu.h119 ECFAluOpCode cf_type() const {return m_cf_type;} in cf_type()
120 void set_cf_type(ECFAluOpCode cf_type){ m_cf_type = cf_type; } in set_cf_type()
132 static const std::map<ECFAluOpCode, std::string> cf_map;
187 ECFAluOpCode m_cf_type{cf_alu};
Dsfn_defines.h43 enum ECFAluOpCode { enum
Dsfn_instr_alu.cpp171 const std::map<ECFAluOpCode, std::string> AluInstr::cf_map = {
929 ECFAluOpCode cf = cf_alu; in from_string()