Searched refs:dag_prune_head (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | dag.h | 59 void dag_prune_head(struct dag *dag, struct dag_node *node);
|
| H A D | dag.c | 54 * 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 D | dag.h | 59 void dag_prune_head(struct dag *dag, struct dag_node *node);
|
| H A D | dag.c | 54 * 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 D | vc4_qir_schedule.c | 658 dag_prune_head(state->dag, &chosen->dag);
|
| H A D | vc4_qpu_schedule.c | 784 /* 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 D | vc4_qir_schedule.c | 658 dag_prune_head(state->dag, &chosen->dag);
|
| H A D | vc4_qpu_schedule.c | 784 /* 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 D | ir3_postsched.c | 117 dag_prune_head(ctx->dag, &n->dag);
|
| H A D | ir3_sched.c | 305 dag_prune_head(ctx->dag, &n->dag);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_schedule.c | 948 dag_prune_head(scoreboard->dag, &n->dag);
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | qpu_schedule.c | 954 /* 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 D | qpu_schedule.c | 1406 /* Removes a DAG head, but removing only the WAR edges. (dag_prune_head() 1441 dag_prune_head(dag, &node->dag);
|
Completed in 17 milliseconds