Searched refs:op2_lshl_int (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_alu_defines.h | 61 op2_lshl_int = 23, enumerator
|
D | sfn_instr_alu.cpp | 1226 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()
|
D | sfn_alu_defines.cpp | 126 {op2_lshl_int ,AluOp(2, 0, AluOp::t, AluOp::a, AluOp::a, "LSHL_INT")},
|
D | sfn_shader_fs.cpp | 316 …emit_instruction(new AluInstr(op2_lshl_int, tmp, vf.one_i(), m_sample_id_reg, AluInstr::last_write… in emit_load_sample_mask_in()
|
D | sfn_instr_tex.cpp | 624 shader.emit_instruction(new AluInstr(op2_lshl_int, help, in emit_tex_tex_ms()
|
D | sfn_assembler.cpp | 1236 {op2_lshl_int, ALU_OP2_LSHL_INT},
|