Searched refs:update_max_score (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 1064 static void update_max_score( in update_max_score() function 1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list); in emit_instruction() 1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list); in emit_instruction() 1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list); in emit_instruction()
|