Searched refs:unblocked_time (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir_schedule.c | 57 uint32_t unblocked_time; member 487 if (chosen->unblocked_time > state->time && in choose_instruction() 488 n->unblocked_time < chosen->unblocked_time) { in choose_instruction() 491 } else if (n->unblocked_time > state->time && in choose_instruction() 492 n->unblocked_time > chosen->unblocked_time) { in choose_instruction() 638 state->time = MAX2(state->time, chosen->unblocked_time); in schedule_instructions() 653 child->unblocked_time = MAX2(child->unblocked_time, in schedule_instructions() [all...] |
H A D | vc4_qpu_schedule.c | 52 uint32_t unblocked_time; member 689 fprintf(stderr, " t=%4d: ", n->unblocked_time); in dump_state() 815 child->unblocked_time = MAX2(child->unblocked_time, in mark_instruction_scheduled() 902 time = MAX2(chosen->unblocked_time, time); in schedule_instructions() 916 time = MAX2(merge->unblocked_time, time); in schedule_instructions()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_schedule_instructions.cpp | 77 int unblocked_time; member in schedule_node 116 return n->exit ? n->exit->unblocked_time : INT_MAX; in exit_unblocked_time() 971 this->unblocked_time = 0; in schedule_node() 1022 n->children[i]->unblocked_time = in compute_exits() 1023 MAX2(n->children[i]->unblocked_time, in compute_exits() 1024 n->unblocked_time + issue_time(n->inst) + n->child_latency[i]); in compute_exits() 1598 n->unblocked_time < chosen_time)) { 1600 chosen_time = n->unblocked_time; 1722 if (!chosen || n->unblocked_time < chosen_time) { 1724 chosen_time = n->unblocked_time; [all...] |
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_schedule.c | 52 uint32_t unblocked_time; member 1337 fprintf(stderr, " t=%4d: ", n->unblocked_time); in dump_state() 1478 child->unblocked_time = MAX2(child->unblocked_time, in mark_instruction_scheduled() 2210 time = MAX2(chosen->unblocked_time, time); in schedule_instructions() 2216 time = MAX2(merge->unblocked_time, time); in schedule_instructions()
|
Completed in 8 milliseconds