Searched refs:op2_lshr_int (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_mem.cpp | 527 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()
|
D | sfn_alu_defines.h | 60 op2_lshr_int = 22, enumerator
|
D | sfn_instr_alu.cpp | 1228 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()
|
D | sfn_alu_defines.cpp | 125 {op2_lshr_int ,AluOp(2, 0, AluOp::t, AluOp::a, AluOp::a, "LSHR_INT")},
|
D | sfn_instr_tex.cpp | 629 shader.emit_instruction(new AluInstr(op2_lshr_int, sample_id_dest_reg, in emit_tex_tex_ms()
|
D | sfn_assembler.cpp | 1235 {op2_lshr_int, ALU_OP2_LSHR_INT},
|