Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp401 void emit_dpp_op(lower_context *ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, in emit_dpp_op() function
600emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), dpp_quad_perm(1, 0, 3, 2), 0xf, 0xf, … in emit_reduction()
602emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), dpp_quad_perm(2, 3, 0, 1), 0xf, 0xf, … in emit_reduction()
604emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), dpp_row_half_mirror, 0xf, 0xf, false); in emit_reduction()
606 emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), dpp_row_mirror, 0xf, 0xf, false); in emit_reduction()
633emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), dpp_row_bcast15, 0xa, 0xf, false); in emit_reduction()
634emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), dpp_row_bcast31, 0xc, 0xf, false); in emit_reduction()
744 emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), in emit_reduction()
746 emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), in emit_reduction()
748 emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), in emit_reduction()
[all …]