Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp71 int *child_latency; member in schedule_node
794 this->child_latency = NULL; in schedule_node()
852 n->unblocked_time + issue_time(n->inst) + n->child_latency[i]); in compute_exits()
888 before->child_latency[i] = MAX2(before->child_latency[i], latency); in add_dep()
902 before->child_latency = reralloc(mem_ctx, before->child_latency, in add_dep()
907 before->child_latency[before->child_count] = latency; in add_dep()
1623 time + chosen->child_latency[i]); in schedule_instructions()