Home
last modified time | relevance | path

Searched defs:vertex_queue (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/graph/
Dcuthill_mckee_ordering.hpp71 OutputIterator cuthill_mckee_ordering(const Graph& g, in cuthill_mckee_ordering()
118 vertex_queue; in cuthill_mckee_ordering() local
136 std::deque< Vertex > vertex_queue; in cuthill_mckee_ordering() local
Dking_ordering.hpp209 OutputIterator king_ordering(const Graph& g, in king_ordering()
275 vertex_queue; in king_ordering() local
293 std::deque< Vertex > vertex_queue; in king_ordering() local
Ddijkstra_shortest_paths_no_color_map.hpp57 VertexQueue vertex_queue(distance_map, index_in_heap, distance_compare); in dijkstra_shortest_paths_no_color_map_no_init() local
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h88 struct vertex_queue { struct
89 float *vertices;
90 struct pipe_vertex_buffer vbuf;
91 unsigned max_num_vertices;
92 unsigned num_vertices;
93 unsigned buffer_size;
/third_party/boost/boost/msm/mpl_graph/
Dbreadth_first_search.hpp80 typedef typename mpl::at_c<VCQState, 2>::type vertex_queue; typedef