Searched refs:ac_build_dpp (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3302 static LLVMValueRef ac_build_dpp(struct ac_llvm_context *ctx, LLVMValueRef old, LLVMValueRef src, in ac_build_dpp() function 3666 tmp1 = ac_build_dpp(ctx, identity, src, dpp_row_sr(1), 0xf, 0xf, false); in ac_wavefront_shift_right_1() 3692 return ac_build_dpp(ctx, identity, src, dpp_wf_sr1, 0xf, 0xf, false); in ac_wavefront_shift_right_1() 3779 tmp = ac_build_dpp(ctx, identity, src, dpp_row_sr(1), 0xf, 0xf, false); in ac_build_scan() 3783 tmp = ac_build_dpp(ctx, identity, src, dpp_row_sr(2), 0xf, 0xf, false); in ac_build_scan() 3787 tmp = ac_build_dpp(ctx, identity, src, dpp_row_sr(3), 0xf, 0xf, false); in ac_build_scan() 3791 tmp = ac_build_dpp(ctx, identity, result, dpp_row_sr(4), 0xf, 0xe, false); in ac_build_scan() 3795 tmp = ac_build_dpp(ctx, identity, result, dpp_row_sr(8), 0xf, 0xc, false); in ac_build_scan() 3827 tmp = ac_build_dpp(ctx, identity, result, dpp_row_bcast15, 0xa, 0xf, false); in ac_build_scan() 3831 tmp = ac_build_dpp(ctx, identity, result, dpp_row_bcast31, 0xc, 0xf, false); in ac_build_scan() [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 3062 - ac: add 8-bit and 16-bit supports to ac_build_dpp()
|