Searched refs:op3_cnde (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_alu_defines.h | 232 op3_cnde = 25<< 6, enumerator in enum:r600::EAluOp
|
| H A D | sfn_alu_defines.cpp | 229 {op3_cnde ,AluOp(3, 1, AluOp::a,"CNDE")},
|
| H A D | sfn_shader_fragment.cpp | 587 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 D | sfn_emitaluinstruction.cpp | 114 case nir_op_fcsel: return emit_alu_op3(instr, op3_cnde, {0, 2, 1});
|
| H A D | sfn_ir_to_assembly.cpp | 1421 {op3_cnde, ALU_OP3_CNDE},
|
Completed in 9 milliseconds