Home
last modified time | relevance | path

Searched refs:max_inst_out (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c1068 struct schedule_instruction ** max_inst_out, in update_max_score() argument
1076 if (!*max_inst_out || score > *max_score) { in update_max_score()
1078 *max_inst_out = list_ptr; in update_max_score()