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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1482 unsigned max_sgprs = sscreen->info.num_physical_sgprs_per_simd; local in function:si_compile_shader
1490 max_sgprs = MIN2(max_sgprs / waves_per_simd, max_sgprs_per_wave);
1492 if (shader->config.num_sgprs > max_sgprs || shader->config.num_vgprs > max_vgprs) {
1496 shader->config.num_sgprs, shader->config.num_vgprs, max_sgprs, max_vgprs);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer.cpp2720 unsigned max_sgprs = 1; local in function:aco::apply_sgprs
2722 max_sgprs = 2;
2724 max_sgprs--;
2755 if (new_sgpr && num_sgprs >= max_sgprs)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c6919 unsigned max_sgprs = sscreen->info.chip_class >= VI ? 800 : 512; local in function:si_compile_tgsi_shader
6926 max_sgprs = MIN2(max_sgprs / min_waves_per_simd, max_sgprs_per_wave);
6928 if (shader->config.num_sgprs > max_sgprs ||
6933 max_sgprs, max_vgprs);

Completed in 19 milliseconds