Searched refs:ac_build_scan (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3878 static LLVMValueRef ac_build_scan(struct ac_llvm_context *ctx, nir_op op, LLVMValueRef src, in ac_build_scan() function 4007 result = ac_build_scan(ctx, op, result, identity, ctx->wave_size, true); in ac_build_inclusive_scan() 4029 result = ac_build_scan(ctx, op, result, identity, ctx->wave_size, false); in ac_build_exclusive_scan() 4163 phivalues_scan[1] = ac_build_scan(ctx, ws->op, tmp, identity, ws->maxwaves, true); in ac_build_wg_wavescan_bottom()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 534 - amd/llvm: Refactor ac_build_scan.
|