Searched defs:dag (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddag.h49 struct dag { struct
[all...]
H A Ddag.c59 dag_remove_edge(struct dag *dag, struct dag_edge *edge) argument
78 dag_prune_head(struct dag *dag, struct dag_node *node) argument
94 dag_init_node(struct dag *dag, struc argument
127 dag_traverse_bottom_up(struct dag * dag,void (* cb)(struct dag_node * node,void * data),void * data) argument
148 struct dag *dag = rzalloc(mem_ctx, struct dag); local in function:dag_create
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddag.h49 struct dag { struct
[all...]
H A Ddag.c59 dag_remove_edge(struct dag *dag, struct dag_edge *edge) argument
78 dag_prune_head(struct dag *dag, struct dag_node *node) argument
94 dag_init_node(struct dag *dag, struc argument
165 dag_traverse_bottom_up(struct dag * dag,void (* cb)(struct dag_node * node,void * data),void * data) argument
186 struct dag *dag = rzalloc(mem_ctx, struct dag); local in function:dag_create
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/tests/
H A Ddag_test.cpp34 struct dag *dag; member in class:dag_test
69 init_nodes(struct dag *dag, struct node *nodes, unsigned num_nodes) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c45 struct dag_node dag; member in struct:schedule_node
61 struct dag *dag; member in struct:schedule_state
[all...]
H A Dvc4_qpu_schedule.c47 struct dag_node dag; member in struct:schedule_node
80 struct dag *dag; member in struct:schedule_state
415 calculate_forward_deps(struct vc4_compile *c, struct dag *dag, argument
429 calculate_reverse_deps(struct vc4_compile * c,struct dag * dag,struct list_head * schedule_list) argument
445 struct dag *dag; member in struct:choose_scoreboard
686 dump_state(struct dag * dag) argument
788 pre_remove_head(struct dag * dag,struct schedule_node * n) argument
799 mark_instruction_scheduled(struct dag * dag,uint32_t time,struct schedule_node * node) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c45 struct dag_node dag; member in struct:schedule_node
61 struct dag *dag; member in struct:schedule_state
[all...]
H A Dvc4_qpu_schedule.c47 struct dag_node dag; member in struct:schedule_node
80 struct dag *dag; member in struct:schedule_state
415 calculate_forward_deps(struct vc4_compile *c, struct dag *dag, argument
429 calculate_reverse_deps(struct vc4_compile * c,struct dag * dag,struct list_head * schedule_list) argument
445 struct dag *dag; member in struct:choose_scoreboard
686 dump_state(struct dag * dag) argument
788 pre_remove_head(struct dag * dag,struct schedule_node * n) argument
799 mark_instruction_scheduled(struct dag * dag,uint32_t time,struct schedule_node * node) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_postsched.c67 struct dag *dag; member in struct:ir3_postsched_ctx
76 struct dag_node dag; /* must be first for util_dynarray_foreach */ member in struct:ir3_postsched_node
[all...]
H A Dir3_sched.c94 struct dag *dag; member in struct:ir3_sched_ctx
122 struct dag_node dag; /* must be first for util_dynarray_foreach */ member in struct:ir3_sched_node
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_schedule.c62 struct dag_node dag; /* must be first for our u_dynarray_foreach */ member in struct:__anon4f2975c40108
86 struct dag *dag; member in struct:__anon4f2975c40208
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dqpu_schedule.c47 struct dag_node dag; member in struct:schedule_node
75 struct dag *dag; member in struct:schedule_state
402 calculate_forward_deps(struct v3d_compile *c, struct dag *dag, argument
417 calculate_reverse_deps(struct v3d_compile * c,struct dag * dag,struct list_head * schedule_list) argument
434 struct dag *dag; member in struct:choose_scoreboard
853 dump_state(const struct v3d_device_info * devinfo,struct dag * dag) argument
958 pre_remove_head(struct dag * dag,struct schedule_node * n) argument
969 mark_instruction_scheduled(struct dag * dag,uint32_t time,struct schedule_node * node) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dqpu_schedule.c47 struct dag_node dag; member in struct:schedule_node
75 struct dag *dag; member in struct:schedule_state
452 calculate_forward_deps(struct v3d_compile *c, struct dag *dag, argument
467 calculate_reverse_deps(struct v3d_compile * c,struct dag * dag,struct list_head * schedule_list) argument
484 struct dag *dag; member in struct:choose_scoreboard
1294 dump_state(const struct v3d_device_info * devinfo,struct dag * dag) argument
1410 pre_remove_head(struct dag * dag,struct schedule_node * n) argument
1421 mark_instruction_scheduled(const struct v3d_device_info * devinfo,struct dag * dag,uint32_t time,struct schedule_node * node) argument
[all...]

Completed in 26 milliseconds