Searched refs:dpp_row_bcast15 (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_print_ir.cpp | 592 } else if (dpp.dpp_ctrl == dpp_row_bcast15) { in print_instr_format_specific()
|
D | aco_lower_to_hw_instr.cpp | 638 emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), dpp_row_bcast15, 0xa, 0xf, in emit_reduction() 804 emit_dpp_op(ctx, tmp, tmp, tmp, vtmp, reduce_op, src.size(), dpp_row_bcast15, 0xa, 0xf, in emit_reduction()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3495 dpp_row_bcast15 = 0x142, enumerator 4063 tmp = ac_build_dpp(ctx, identity, result, dpp_row_bcast15, 0xa, 0xf, false); in ac_build_scan() 4156 swap = ac_build_dpp(ctx, identity, result, dpp_row_bcast15, 0xa, 0xf, false); in ac_build_reduce()
|