Home
last modified time | relevance | path

Searched refs:graph_list (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/_extends/graph_kernel/
Dsplitter.py35 graph_list = list(map(comp.dump, graph_split))
36 _reset_graphmode_for_inplaceassign(graph_list, graph_mode)
38 "graph_desc": graph_list,
47 def _reset_graphmode_for_inplaceassign(graph_list, graph_mode): argument
49 for i, g in enumerate(graph_list):
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c354 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_accumulate_vertices()
410 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_accumulate_vertices_simple()
429 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_draw_colored_objects()
439 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_draw_colored_objects()
635 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_start_queries()
683 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_stop_queries()
688 LIST_FOR_EACH_ENTRY_SAFE(gr, next, &pane->graph_list, head) { in hud_stop_queries()
690 if (&gr->head == pane->graph_list.prev) in hud_stop_queries()
849 LIST_FOR_EACH_ENTRY(gr, &pane->graph_list, head) { in hud_pane_update_dyn_ceiling()
900 list_inithead(&pane->graph_list); in hud_pane_create()
[all …]
Dhud_private.h143 struct list_head graph_list; member