Searched refs:dag_prune_head (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | dag.h | 60 void dag_prune_head(struct dag *dag, struct dag_node *node);
|
H A D | dag.c | 83 * 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 D | bi_pressure_schedule.c | 315 dag_prune_head(s->dag, &node->dag); in pressure_schedule_block()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir_schedule.c | 658 dag_prune_head(state->dag, &chosen->dag); in schedule_instructions()
|
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); in mark_instruction_scheduled()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_postsched.c | 138 dag_prune_head(ctx->dag, &n->dag); in schedule()
|
H A D | ir3_sched.c | 328 dag_prune_head(ctx->dag, &n->dag); in schedule()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_schedule.c | 967 dag_prune_head(scoreboard->dag, &n->dag); in nir_schedule_mark_node_scheduled()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | qpu_schedule.c | 1446 /* 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