Searched refs:max_gprs (Results 1 – 2 of 2) sorted by relevance
2008 unsigned max_gprs; in r600_adjust_gprs() local2014 max_gprs = def_num_clause_temp_gprs * 2; in r600_adjust_gprs()2017 max_gprs += def_gprs[i]; in r600_adjust_gprs()2053 new_gprs[R600_HW_STAGE_PS] = max_gprs - def_num_clause_temp_gprs * 2; in r600_adjust_gprs()2071 …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()
4665 unsigned max_gprs; in evergreen_adjust_gprs() local4670 max_gprs = 0; in evergreen_adjust_gprs()4673 max_gprs += def_gprs[i]; in evergreen_adjust_gprs()4675 max_gprs += def_num_clause_temp_gprs * 2; in evergreen_adjust_gprs()4711 if (total_gprs > (max_gprs - (2 * def_num_clause_temp_gprs))) in evergreen_adjust_gprs()4738 unsigned ps_value = max_gprs; in evergreen_adjust_gprs()