Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_alu_defines.h61 op2_lshl_int = 23, enumerator
Dsfn_instr_alu.cpp1226 case nir_op_ishl: return emit_alu_op2_int(*alu, op2_lshl_int, shader); in from_nir()
1244 case nir_op_ishl: return emit_alu_op2_int(*alu, op2_lshl_int, shader); in from_nir()
1252 case nir_op_ishl: return emit_alu_trans_op2_eg(*alu, op2_lshl_int, shader); in from_nir()
2295 …shader.emit_instruction(new AluInstr(op2_lshl_int, yy, y, value_factory.literal(16), AluInstr::las… in emit_pack_32_2x16_split()
Dsfn_alu_defines.cpp126 {op2_lshl_int ,AluOp(2, 0, AluOp::t, AluOp::a, AluOp::a, "LSHL_INT")},
Dsfn_shader_fs.cpp316 …emit_instruction(new AluInstr(op2_lshl_int, tmp, vf.one_i(), m_sample_id_reg, AluInstr::last_write… in emit_load_sample_mask_in()
Dsfn_instr_tex.cpp624 shader.emit_instruction(new AluInstr(op2_lshl_int, help, in emit_tex_tex_ms()
Dsfn_assembler.cpp1236 {op2_lshl_int, ALU_OP2_LSHL_INT},