Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_alu.h117 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;
Dsfn_defines.h43 enum ECFAluOpCode { enum
Dsfn_ir_to_assembly.cpp49 bool emit_alu(const AluInstruction& ai, ECFAluOpCode cf_op);
241 bool AssemblyFromShaderLegacyImpl::emit_alu(const AluInstruction& ai, ECFAluOpCode cf_op) in emit_alu()