Home
last modified time | relevance | path

Searched refs:dag_init_node (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/util/
H A Ddag.h54 void dag_init_node(struct dag *dag, struct dag_node *node);
H A Ddag.c45 * Both nodes should have been initialized with dag_init_node(). The edge
62 * Both nodes should have been initialized with dag_init_node(). If there is
123 dag_init_node(struct dag *dag, struct dag_node *node) in dag_init_node() function
/third_party/mesa3d/src/util/tests/
H A Ddag_test.cpp82 dag_init_node(dag, static_cast<struct dag_node *>(&nodes[i])); in init_nodes()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_pressure_schedule.c97 dag_init_node(dag, &node->dag); in create_dag()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c696 dag_init_node(state->dag, &n->dag); in qir_schedule_instructions_block()
H A Dvc4_qpu_schedule.c1004 dag_init_node(scoreboard->dag, &n->dag); in qpu_schedule_instructions_block()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_postsched.c531 dag_init_node(ctx->dag, &n->dag); in sched_node_init()
H A Dir3_sched.c1025 dag_init_node(ctx->dag, &n->dag); in sched_node_init()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_schedule.c1076 dag_init_node(scoreboard->dag, &n->dag); in nir_schedule_block()
/third_party/mesa3d/src/broadcom/compiler/
H A Dqpu_schedule.c2324 dag_init_node(scoreboard->dag, &n->dag); in qpu_schedule_instructions_block()

Completed in 13 milliseconds