Searched refs:def_num_clause_temp_gprs (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c2004 unsigned def_num_clause_temp_gprs = rctx->r6xx_num_clause_temp_gprs; local in function:r600_adjust_gprs
2011 max_gprs = def_num_clause_temp_gprs * 2;
2050 new_gprs[R600_HW_STAGE_PS] = max_gprs - def_num_clause_temp_gprs * 2;
2076 S_008C04_NUM_CLAUSE_TEMP_GPRS(def_num_clause_temp_gprs);
H A Devergreen_state.c4632 unsigned def_num_clause_temp_gprs = rctx->r6xx_num_clause_temp_gprs; local in function:evergreen_adjust_gprs
4643 max_gprs += def_num_clause_temp_gprs * 2;
4679 if (total_gprs > (max_gprs - (2 * def_num_clause_temp_gprs)))
4708 ps_value -= (def_num_clause_temp_gprs * 2);
4717 S_008C04_NUM_CLAUSE_TEMP_GPRS(def_num_clause_temp_gprs);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c2007 unsigned def_num_clause_temp_gprs = rctx->r6xx_num_clause_temp_gprs; local in function:r600_adjust_gprs
2014 max_gprs = def_num_clause_temp_gprs * 2;
2053 new_gprs[R600_HW_STAGE_PS] = max_gprs - def_num_clause_temp_gprs * 2;
2079 S_008C04_NUM_CLAUSE_TEMP_GPRS(def_num_clause_temp_gprs);
H A Devergreen_state.c4664 unsigned def_num_clause_temp_gprs = rctx->r6xx_num_clause_temp_gprs; local in function:evergreen_adjust_gprs
4675 max_gprs += def_num_clause_temp_gprs * 2;
4711 if (total_gprs > (max_gprs - (2 * def_num_clause_temp_gprs)))
4740 ps_value -= (def_num_clause_temp_gprs * 2);
4749 S_008C04_NUM_CLAUSE_TEMP_GPRS(def_num_clause_temp_gprs);

Completed in 21 milliseconds