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.c60 uint32_t unblocked_time; member
507 if (chosen->unblocked_time > state->time && in choose_instruction()
508 n->unblocked_time < chosen->unblocked_time) { in choose_instruction()
511 } else if (n->unblocked_time > state->time && in choose_instruction()
512 n->unblocked_time > chosen->unblocked_time) { in choose_instruction()
663 state->time = MAX2(state->time, chosen->unblocked_time); in schedule_instructions()
677 child->unblocked_time = MAX2(child->unblocked_time, in schedule_instructions()
Dvc4_qpu_schedule.c54 uint32_t unblocked_time; member
709 fprintf(stderr, " t=%4d: ", n->unblocked_time); in dump_state()
834 child->unblocked_time = MAX2(child->unblocked_time, in mark_instruction_scheduled()
937 time = MAX2(chosen->unblocked_time, time); in schedule_instructions()
953 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()
797 this->unblocked_time = 0; in schedule_node()
850 n->children[i]->unblocked_time = in compute_exits()
851 MAX2(n->children[i]->unblocked_time, in compute_exits()
852 n->unblocked_time + issue_time(n->inst) + n->child_latency[i]); in compute_exits()
1420 n->unblocked_time < chosen_time)) { in choose_instruction_to_schedule()
1422 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()
1537 if (!chosen || n->unblocked_time < chosen_time) { in choose_instruction_to_schedule()
1539 chosen_time = n->unblocked_time; in choose_instruction_to_schedule()
[all …]
/external/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c54 uint32_t unblocked_time; member
893 fprintf(stderr, " t=%4d: ", n->unblocked_time); in dump_state()
1020 child->unblocked_time = MAX2(child->unblocked_time, in mark_instruction_scheduled()
1275 time = MAX2(chosen->unblocked_time, time); in schedule_instructions()
1285 time = MAX2(merge->unblocked_time, time); in schedule_instructions()