Searched refs:op2_lshl_int (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_defines.h59 op2_lshl_int = 23, enumerator in enum:r600::EAluOp
H A Dsfn_alu_defines.cpp126 {op2_lshl_int ,AluOp(2, 0, AluOp::a,"LSHL_INT")},
H A Dsfn_emitaluinstruction.cpp179 case nir_op_ishl: return emit_alu_op2_int(instr, op2_lshl_int);
1032 emit_instruction(op2_lshl_int, y, {y, PValue(new LiteralValue(16))},{alu_write, alu_last_instr});
H A Dsfn_emittexinstruction.cpp484 emit_instruction(new AluInstruction(op2_lshl_int, help,
H A Dsfn_shader_fragment.cpp479 emit_instruction(new AluInstruction(op2_lshl_int, dest, Value::one_i, m_sample_id_reg, EmitInstruction::last_write));
H A Dsfn_ir_to_assembly.cpp1250 {op2_lshl_int, ALU_OP2_LSHL_INT},

Completed in 10 milliseconds