Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1410 int chosen_time = 0; in choose_instruction_to_schedule() local
1420 n->unblocked_time < chosen_time)) { in choose_instruction_to_schedule()
1422 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()
1531 int chosen_time = 0; in choose_instruction_to_schedule() local
1537 if (!chosen || n->unblocked_time < chosen_time) { in choose_instruction_to_schedule()
1539 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()