Searched refs:ECFAluOpCode (Results 1 – 3 of 3) sorted by relevance
117 ECFAluOpCode cf_type() const {return m_cf_type;} in cf_type()118 void set_cf_type(ECFAluOpCode cf_type){ m_cf_type = cf_type; } in set_cf_type()137 ECFAluOpCode m_cf_type;
43 enum ECFAluOpCode { enum
49 bool emit_alu(const AluInstruction& ai, ECFAluOpCode cf_op);241 bool AssemblyFromShaderLegacyImpl::emit_alu(const AluInstruction& ai, ECFAluOpCode cf_op) in emit_alu()