Searched refs:op3_cnde (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_defines.h232 op3_cnde = 25<< 6, enumerator in enum:r600::EAluOp
H A Dsfn_alu_defines.cpp229 {op3_cnde ,AluOp(3, 1, AluOp::a,"CNDE")},
H A Dsfn_shader_fragment.cpp587 ir = new AluInstruction(op3_cnde, dst[i], m_front_face_reg, bgcol[i], dst[i], {alu_write});
740 ir = new AluInstruction(op3_cnde, dst[i], m_front_face_reg, bgcol[i], dst[i], {alu_write});
H A Dsfn_emitaluinstruction.cpp114 case nir_op_fcsel: return emit_alu_op3(instr, op3_cnde, {0, 2, 1});
H A Dsfn_ir_to_assembly.cpp1421 {op3_cnde, ALU_OP3_CNDE},

Completed in 9 milliseconds