Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3455 static LLVMValueRef ac_build_dpp(struct ac_llvm_context *ctx, LLVMValueRef old, LLVMValueRef src, in ac_build_dpp() function
3819 tmp1 = ac_build_dpp(ctx, identity, src, dpp_row_sr(1), 0xf, 0xf, false); in ac_wavefront_shift_right_1()
3845 return ac_build_dpp(ctx, identity, src, dpp_wf_sr1, 0xf, 0xf, false); in ac_wavefront_shift_right_1()
3932 tmp = ac_build_dpp(ctx, identity, src, dpp_row_sr(1), 0xf, 0xf, false); in ac_build_scan()
3936 tmp = ac_build_dpp(ctx, identity, src, dpp_row_sr(2), 0xf, 0xf, false); in ac_build_scan()
3940 tmp = ac_build_dpp(ctx, identity, src, dpp_row_sr(3), 0xf, 0xf, false); in ac_build_scan()
3944 tmp = ac_build_dpp(ctx, identity, result, dpp_row_sr(4), 0xf, 0xe, false); in ac_build_scan()
3948 tmp = ac_build_dpp(ctx, identity, result, dpp_row_sr(8), 0xf, 0xc, false); in ac_build_scan()
3980 tmp = ac_build_dpp(ctx, identity, result, dpp_row_bcast15, 0xa, 0xf, false); in ac_build_scan()
3984 tmp = ac_build_dpp(ctx, identity, result, dpp_row_bcast31, 0xc, 0xf, false); in ac_build_scan()
[all …]
/external/mesa3d/docs/relnotes/
D20.0.0.rst3062 - ac: add 8-bit and 16-bit supports to ac_build_dpp()