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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddag.h59 void dag_prune_head(struct dag *dag, struct dag_node *node);
H A Ddag.c54 * Note that calling this other than through dag_prune_head() means that you
78 dag_prune_head(struct dag *dag, struct dag_node *node) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddag.h59 void dag_prune_head(struct dag *dag, struct dag_node *node);
H A Ddag.c54 * Note that calling this other than through dag_prune_head() means that you
78 dag_prune_head(struct dag *dag, struct dag_node *node) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c658 dag_prune_head(state->dag, &chosen->dag);
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);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c658 dag_prune_head(state->dag, &chosen->dag);
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);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_postsched.c117 dag_prune_head(ctx->dag, &n->dag);
H A Dir3_sched.c305 dag_prune_head(ctx->dag, &n->dag);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_schedule.c948 dag_prune_head(scoreboard->dag, &n->dag);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dqpu_schedule.c954 /* Removes a DAG head, but removing only the WAR edges. (dag_prune_head()
988 dag_prune_head(dag, &node->dag);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_schedule.c1406 /* Removes a DAG head, but removing only the WAR edges. (dag_prune_head()
1441 dag_prune_head(dag, &node->dag);

Completed in 17 milliseconds