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
912 this->child_latency = NULL; in schedule_node()
968 n->unblocked_time + issue_time(n->inst) + n->child_latency[i]); in compute_exits()
1004 before->child_latency[i] = MAX2(before->child_latency[i], latency); in add_dep()
1018 before->child_latency = reralloc(mem_ctx, before->child_latency, in add_dep()
1023 before->child_latency[before->child_count] = latency; in add_dep()
1745 time + chosen->child_latency[i]); in schedule_instructions()