Searched refs:vertlive_scan (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1856 struct ac_wg_scan vertlive_scan = {0}; local in function:gfx10_ngg_gs_emit_epilogue_2
1857 vertlive_scan.op = nir_op_iadd;
1858 vertlive_scan.enable_reduce = true;
1859 vertlive_scan.enable_exclusive = true;
1860 vertlive_scan.src = vertlive;
1861 vertlive_scan.scratch = ac_build_gep0(&ctx->ac, ctx->gs_ngg_scratch, ctx->ac.i32_0);
1862 vertlive_scan.waveidx = get_wave_id_in_tg(ctx);
1863 vertlive_scan.numwaves = get_tgsize(ctx);
1864 vertlive_scan.maxwaves = 8;
1866 ac_build_wg_scan(&ctx->ac, &vertlive_scan);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c1875 struct ac_wg_scan vertlive_scan = {}; local in function:gfx10_ngg_gs_emit_epilogue
1876 vertlive_scan.op = nir_op_iadd;
1877 vertlive_scan.enable_reduce = true;
1878 vertlive_scan.enable_exclusive = true;
1879 vertlive_scan.src = vertlive;
1880 vertlive_scan.scratch = ac_build_gep0(&ctx->ac, ctx->gs_ngg_scratch, ctx->ac.i32_0);
1881 vertlive_scan.waveidx = get_wave_id_in_tg(ctx);
1882 vertlive_scan.numwaves = get_tgsize(ctx);
1883 vertlive_scan.maxwaves = DIV_ROUND_UP(256, ctx->ac.wave_size);
1885 ac_build_wg_scan(&ctx->ac, &vertlive_scan);
[all...]

Completed in 7 milliseconds