Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp365 unsigned waves_per_workgroup = calc_waves_per_workgroup(program); in calc_min_waves() local
367 program->min_waves = DIV_ROUND_UP(waves_per_workgroup, simd_per_cu_wgp); in calc_min_waves()
374 unsigned waves_per_workgroup = calc_waves_per_workgroup(program); in max_suitable_waves() local
375 unsigned num_workgroups = waves * num_simd / waves_per_workgroup; in max_suitable_waves()
395 if (waves_per_workgroup > 1) in max_suitable_waves()
403 unsigned workgroup_waves = num_workgroups * waves_per_workgroup; in max_suitable_waves()