Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.h538 unsigned maxwaves; member
Dac_llvm_build.c4191 if (ws->maxwaves <= 1) in ac_build_wg_wavescan_top()
4216 if (ws->maxwaves <= 1) { in ac_build_wg_wavescan_bottom()
4222 assert(ws->maxwaves <= 32); in ac_build_wg_wavescan_bottom()
4246 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.c481 primemit_scan[stream].maxwaves = DIV_ROUND_UP(256, ctx->ac.wave_size); in build_streamout()
483 primemit_scan[stream].maxwaves = DIV_ROUND_UP(ctx->screen->ngg_subgroup_size, in build_streamout()
1883 vertlive_scan.maxwaves = DIV_ROUND_UP(256, ctx->ac.wave_size); in gfx10_ngg_gs_emit_epilogue()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1864 vertlive_scan.maxwaves = 8; in gfx10_ngg_gs_emit_epilogue_2()