Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_mem.cpp527 shader.emit_instruction(new AluInstr(op2_lshr_int, addr_temp, addr, vf.literal(2), in emit_ssbo_load()
569 shader.emit_instruction(new AluInstr(op2_lshr_int, addr_base, orig_addr, in emit_ssbo_store()
608 …shader.emit_instruction(new AluInstr(op2_lshr_int, coord, coord_orig, vf.literal(2), AluInstr::las… in emit_ssbo_atomic_op()
837 shader.emit_instruction(new AluInstr(op2_lshr_int, addr, vf.src(intrin->src[0], 0), in emit_image_size()
Dsfn_alu_defines.h60 op2_lshr_int = 22, enumerator
Dsfn_instr_alu.cpp1228 case nir_op_ushr: return emit_alu_op2_int(*alu, op2_lshr_int, shader); in from_nir()
1246 case nir_op_ushr: return emit_alu_op2_int(*alu, op2_lshr_int, shader); in from_nir()
1254 case nir_op_ushr: return emit_alu_trans_op2_eg(*alu, op2_lshr_int, shader); in from_nir()
2322 shader.emit_instruction(new AluInstr(op2_lshr_int, tmp, in emit_unpack_32_2x16_split_y()
Dsfn_alu_defines.cpp125 {op2_lshr_int ,AluOp(2, 0, AluOp::t, AluOp::a, AluOp::a, "LSHR_INT")},
Dsfn_instr_tex.cpp629 shader.emit_instruction(new AluInstr(op2_lshr_int, sample_id_dest_reg, in emit_tex_tex_ms()
Dsfn_assembler.cpp1235 {op2_lshr_int, ALU_OP2_LSHR_INT},