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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c6923 unsigned min_waves_per_simd = DIV_ROUND_UP(min_waves_per_cu, 4); local in function:si_compile_tgsi_shader
6925 max_vgprs = max_vgprs / min_waves_per_simd;
6926 max_sgprs = MIN2(max_sgprs / min_waves_per_simd, max_sgprs_per_wave);

Completed in 11 milliseconds