Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Ddag.h60 void dag_prune_head(struct dag *dag, struct dag_node *node);
H A Ddag.c83 * Note that calling this other than through dag_prune_head() means that you
107 dag_prune_head(struct dag *dag, struct dag_node *node) in dag_prune_head() function
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pressure_schedule.c315 dag_prune_head(s->dag, &node->dag); in pressure_schedule_block()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c658 dag_prune_head(state->dag, &chosen->dag); in schedule_instructions()
H A Dvc4_qpu_schedule.c784 /* Removes a DAG head, but removing only the WAR edges. (dag_prune_head()
818 dag_prune_head(dag, &node->dag); in mark_instruction_scheduled()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_postsched.c138 dag_prune_head(ctx->dag, &n->dag); in schedule()
H A Dir3_sched.c328 dag_prune_head(ctx->dag, &n->dag); in schedule()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_schedule.c967 dag_prune_head(scoreboard->dag, &n->dag); in nir_schedule_mark_node_scheduled()
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c1446 /* Removes a DAG head, but removing only the WAR edges. (dag_prune_head()
1481 dag_prune_head(dag, &node->dag); in mark_instruction_scheduled()

Completed in 13 milliseconds