Searched refs:EdgeList (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 35 typedef std::list<EdgeEntry> EdgeList; typedef 42 typedef EdgeList::iterator EdgeItr; 43 typedef EdgeList::const_iterator ConstEdgeItr; 106 EdgeList edges;
|
/external/skia/src/gpu/ |
D | GrTessellator.cpp | 439 struct EdgeList { struct 440 EdgeList() : fHead(nullptr), fTail(nullptr) {} in EdgeList() function 832 void remove_edge(Edge* edge, EdgeList* edges) { in remove_edge() 838 void insert_edge(Edge* edge, Edge* prev, EdgeList* edges) { in insert_edge() 845 void find_enclosing_edges(Vertex* v, EdgeList* edges, Edge** left, Edge** right) { in find_enclosing_edges() 921 void merge_collinear_edges(Edge* edge, EdgeList* activeEdges, Vertex** current, Comparator& c); 923 void rewind(EdgeList* activeEdges, Vertex** current, Vertex* dst, Comparator& c) { in rewind() 943 void rewind_if_necessary(Edge* edge, EdgeList* activeEdges, Vertex** current, Comparator& c) { in rewind_if_necessary() 980 void set_top(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, Comparator& c) { in set_top() 989 void set_bottom(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, Comparator& c) { in set_bottom() [all …]
|
/external/skqp/src/gpu/ |
D | GrTessellator.cpp | 439 struct EdgeList { struct 440 EdgeList() : fHead(nullptr), fTail(nullptr) {} in EdgeList() function 832 void remove_edge(Edge* edge, EdgeList* edges) { in remove_edge() 838 void insert_edge(Edge* edge, Edge* prev, EdgeList* edges) { in insert_edge() 845 void find_enclosing_edges(Vertex* v, EdgeList* edges, Edge** left, Edge** right) { in find_enclosing_edges() 921 void merge_collinear_edges(Edge* edge, EdgeList* activeEdges, Vertex** current, Comparator& c); 923 void rewind(EdgeList* activeEdges, Vertex** current, Vertex* dst, Comparator& c) { in rewind() 943 void rewind_if_necessary(Edge* edge, EdgeList* activeEdges, Vertex** current, Comparator& c) { in rewind_if_necessary() 980 void set_top(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, Comparator& c) { in set_top() 989 void set_bottom(Edge* edge, Vertex* v, EdgeList* activeEdges, Vertex** current, Comparator& c) { in set_bottom() [all …]
|
/external/llvm/lib/Analysis/ |
D | CFLGraph.h | 45 typedef std::vector<Edge> EdgeList; typedef 48 EdgeList Edges;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 68 using EdgeList = std::vector<Edge>; variable 71 EdgeList Edges, ReverseEdges;
|