Searched refs:max_gprs (Results 1 – 2 of 2) sorted by relevance
2000 unsigned max_gprs; in r600_adjust_gprs() local2006 max_gprs = def_num_clause_temp_gprs * 2; in r600_adjust_gprs()2009 max_gprs += def_gprs[i]; in r600_adjust_gprs()2045 new_gprs[R600_HW_STAGE_PS] = max_gprs - def_num_clause_temp_gprs * 2; in r600_adjust_gprs()2063 …PS], num_gprs[R600_HW_STAGE_VS], num_gprs[R600_HW_STAGE_ES], num_gprs[R600_HW_STAGE_GS], max_gprs); in r600_adjust_gprs()
4497 unsigned max_gprs; in evergreen_adjust_gprs() local4502 max_gprs = 0; in evergreen_adjust_gprs()4505 max_gprs += def_gprs[i]; in evergreen_adjust_gprs()4507 max_gprs += def_num_clause_temp_gprs * 2; in evergreen_adjust_gprs()4543 if (total_gprs > (max_gprs - (2 * def_num_clause_temp_gprs))) in evergreen_adjust_gprs()4570 unsigned ps_value = max_gprs; in evergreen_adjust_gprs()