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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h67 Edge *next[2]; // next edge outgoing/incident from/to origin/target
116 inline EdgeIterator incident(bool reverse = false) const;
118 inline Node *parent() const; // returns NULL if count(incident edges) != 1
125 inline int incidentCountFwd() const; // count of incident non-back edges
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const function in class:nv50_ir::Graph::Node
220 for (EdgeIterator ei = incident(); !ei.end(); ei.next())

Completed in 79 milliseconds