Home
last modified time | relevance | path

Searched refs:maxwaves (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h520 unsigned maxwaves; member
Dac_llvm_build.c3955 if (ws->maxwaves <= 1) in ac_build_wg_wavescan_top()
3981 if (ws->maxwaves <= 1) { in ac_build_wg_wavescan_bottom()
3987 assert(ws->maxwaves <= 32); in ac_build_wg_wavescan_bottom()
4012 phivalues_scan[1] = ac_build_scan(ctx, ws->op, tmp, identity, ws->maxwaves, true); in ac_build_wg_wavescan_bottom()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c572 primemit_scan[stream].maxwaves = DIV_ROUND_UP(256, ctx->ac.wave_size); in build_streamout()
574 primemit_scan[stream].maxwaves = DIV_ROUND_UP(ctx->screen->ngg_subgroup_size, in build_streamout()
2214 vertlive_scan.maxwaves = DIV_ROUND_UP(256, ctx->ac.wave_size); in gfx10_ngg_gs_build_end()