Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c57 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()
Dvc4_qpu_schedule.c52 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()
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp75 int unblocked_time; member in schedule_node
114 return n->exit ? n->exit->unblocked_time : INT_MAX; in exit_unblocked_time()
915 this->unblocked_time = 0; in schedule_node()
966 n->children[i]->unblocked_time = in compute_exits()
967 MAX2(n->children[i]->unblocked_time, in compute_exits()
968 n->unblocked_time + issue_time(n->inst) + n->child_latency[i]); in compute_exits()
1538 n->unblocked_time < chosen_time)) { in choose_instruction_to_schedule()
1540 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()
1655 if (!chosen || n->unblocked_time < chosen_time) { in choose_instruction_to_schedule()
1657 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()
[all …]
/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c52 uint32_t unblocked_time; member
946 fprintf(stderr, " t=%4d: ", n->unblocked_time); in dump_state()
1078 child->unblocked_time = MAX2(child->unblocked_time, in mark_instruction_scheduled()
1335 time = MAX2(chosen->unblocked_time, time); in schedule_instructions()
1342 time = MAX2(merge->unblocked_time, time); in schedule_instructions()