Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_schedule_instructions.cpp73 int *child_latency; member in schedule_node
968 this->child_latency = NULL; in schedule_node()
1024 n->unblocked_time + issue_time(n->inst) + n->child_latency[i]); in compute_exits()
1060 before->child_latency[i] = MAX2(before->child_latency[i], latency); in add_dep()
1074 before->child_latency = reralloc(mem_ctx, before->child_latency, in add_dep()
1079 before->child_latency[before->child_count] = latency; in add_dep()
1813 time + chosen->child_latency[i]);

Completed in 3 milliseconds