Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_print_ir.cpp618 } else if (dpp->dpp_ctrl == dpp_row_half_mirror) { in print_instr_format_specific()
Daco_lower_to_hw_instr.cpp604 …emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), dpp_row_half_mirror, 0xf, 0xf, false); in emit_reduction()
Daco_instruction_selection.cpp242 dpp_ctrl = dpp_row_half_mirror; in emit_masked_swizzle()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3411 dpp_row_half_mirror = 0x141, enumerator
4055 swap = ac_build_dpp(ctx, identity, result, dpp_row_half_mirror, 0xf, 0xf, false); in ac_build_reduce()