Searched refs:chosen_time (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ | ||
| H A D | brw_schedule_instructions.cpp | 1510 int chosen_time = 0; local in function:fs_instruction_scheduler::choose_instruction_to_schedule 1520 n->unblocked_time < chosen_time)) { 1522 chosen_time = n->unblocked_time; 1631 int chosen_time = 0; local in function:vec4_instruction_scheduler::choose_instruction_to_schedule 1637 if (!chosen || n->unblocked_time < chosen_time) { 1639 chosen_time = n->unblocked_time; |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ | ||
| H A D | brw_schedule_instructions.cpp | 1584 int chosen_time = 0; local in function:fs_instruction_scheduler::choose_instruction_to_schedule 1594 n->unblocked_time < chosen_time)) { 1596 chosen_time = n->unblocked_time; 1712 int chosen_time = 0; local in function:vec4_instruction_scheduler::choose_instruction_to_schedule 1718 if (!chosen || n->unblocked_time < chosen_time) { 1720 chosen_time = n->unblocked_time; |
Completed in 6 milliseconds