Searched refs:max_gprs (Results 1 – 2 of 2) sorted by relevance
2003 unsigned max_gprs; in r600_adjust_gprs() local2009 max_gprs = def_num_clause_temp_gprs * 2; in r600_adjust_gprs()2012 max_gprs += def_gprs[i]; in r600_adjust_gprs()2048 new_gprs[R600_HW_STAGE_PS] = max_gprs - def_num_clause_temp_gprs * 2; in r600_adjust_gprs()2066 …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()
4641 unsigned max_gprs; in evergreen_adjust_gprs() local4646 max_gprs = 0; in evergreen_adjust_gprs()4649 max_gprs += def_gprs[i]; in evergreen_adjust_gprs()4651 max_gprs += def_num_clause_temp_gprs * 2; in evergreen_adjust_gprs()4687 if (total_gprs > (max_gprs - (2 * def_num_clause_temp_gprs))) in evergreen_adjust_gprs()4714 unsigned ps_value = max_gprs; in evergreen_adjust_gprs()