Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp63 this->child_latency = NULL; in schedule_node()
105 int *child_latency; member in schedule_node
177 before->child_latency[i] = MAX2(before->child_latency[i], latency); in add_dep()
191 before->child_latency = reralloc(mem_ctx, before->child_latency, in add_dep()
196 before->child_latency[before->child_count] = latency; in add_dep()
475 time + chosen->child_latency[i]); in schedule_instructions()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs_schedule_instructions.cpp63 this->child_latency = NULL; in schedule_node()
105 int *child_latency; member in schedule_node
177 before->child_latency[i] = MAX2(before->child_latency[i], latency); in add_dep()
191 before->child_latency = reralloc(mem_ctx, before->child_latency, in add_dep()
196 before->child_latency[before->child_count] = latency; in add_dep()
475 time + chosen->child_latency[i]); in schedule_instructions()