Searched refs:max_gprs (Results 1 – 2 of 2) sorted by relevance
2006 unsigned max_gprs; in r600_adjust_gprs() local2012 max_gprs = def_num_clause_temp_gprs * 2; in r600_adjust_gprs()2015 max_gprs += def_gprs[i]; in r600_adjust_gprs()2051 new_gprs[R600_HW_STAGE_PS] = max_gprs - def_num_clause_temp_gprs * 2; in r600_adjust_gprs()2069 …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()
4660 unsigned max_gprs; in evergreen_adjust_gprs() local4665 max_gprs = 0; in evergreen_adjust_gprs()4668 max_gprs += def_gprs[i]; in evergreen_adjust_gprs()4670 max_gprs += def_num_clause_temp_gprs * 2; in evergreen_adjust_gprs()4706 if (total_gprs > (max_gprs - (2 * def_num_clause_temp_gprs))) in evergreen_adjust_gprs()4733 unsigned ps_value = max_gprs; in evergreen_adjust_gprs()