Home
last modified time | relevance | path

Searched refs:dag_add_edge (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/util/
H A Ddag.h55 void dag_add_edge(struct dag_node *parent, struct dag_node *child, uintptr_t data);
H A Ddag.c49 dag_add_edge(struct dag_node *parent, struct dag_node *child, uintptr_t data) in dag_add_edge() function
/third_party/mesa3d/src/util/tests/
H A Ddag_test.cpp55 dag_add_edge(static_cast<struct dag_node *>(this), in operator >>()
61 dag_add_edge(static_cast<struct dag_node *>(this), in add_edge()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pressure_schedule.c66 dag_add_edge(&a->dag, &b->dag, 0); in add_dep()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_schedule.c215 dag_add_edge(&before->dag, &after->dag, 0); in add_dep()
217 dag_add_edge(&after->dag, &before->dag, 0); in add_dep()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_schedule.c110 dag_add_edge(&before->dag, &after->dag, edge_data); in add_dep()
112 dag_add_edge(&after->dag, &before->dag, edge_data); in add_dep()
H A Dvc4_qir_schedule.c99 dag_add_edge(&after->dag, &before->dag, 0); in add_dep()
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c108 dag_add_edge(&before->dag, &after->dag, edge_data); in add_dep()
110 dag_add_edge(&after->dag, &before->dag, edge_data); in add_dep()

Completed in 9 milliseconds