Searched refs:op3_cnde_int (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_alu_defines.h | 235 op3_cnde_int = 28<< 6, enumerator in enum:r600::EAluOp
|
| H A D | sfn_shader_geometry.cpp | 247 ir = new AluInstruction(op3_cnde_int, adjhelp[i],
|
| H A D | sfn_emitssboinstruction.cpp | 681 emit_instruction(new AluInstruction(op3_cnde_int, comp, high_bit, trgt.reg_i(0), trgt.reg_i(2), 683 emit_instruction(new AluInstruction(op3_cnde_int, high_bit, high_bit, trgt.reg_i(1), trgt.reg_i(3), 686 emit_instruction(new AluInstruction(op3_cnde_int, dest.reg_i(2), low_bit, comp, high_bit, EmitInstruction::last_write));
|
| H A D | sfn_alu_defines.cpp | 232 {op3_cnde_int ,AluOp(3, 0, AluOp::a,"CNDE_INT")},
|
| H A D | sfn_emitaluinstruction.cpp | 86 case nir_op_b32csel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1}); 99 case nir_op_bcsel: return emit_alu_op3(instr, op3_cnde_int, {0, 2, 1});
|
| H A D | sfn_ir_to_assembly.cpp | 1424 {op3_cnde_int, ALU_OP3_CNDE_INT},
|
Completed in 7 milliseconds