Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp1588 int chosen_time = 0; in choose_instruction_to_schedule() local
1598 n->unblocked_time < chosen_time)) { in choose_instruction_to_schedule()
1600 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()
1716 int chosen_time = 0; in choose_instruction_to_schedule() local
1722 if (!chosen || n->unblocked_time < chosen_time) { in choose_instruction_to_schedule()
1724 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()