HomeSort by relevance Sort by last modified time
    Searched refs:incident (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 67 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())
nv50_ir_ssa.cpp 144 for (Graph::EdgeIterator ei = nw->incident(); !ei.end(); ei.next()) {
270 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) {
494 for (Graph::EdgeIterator ei = sb->cfg.incident(); !ei.end(); ei.next()) {
nv50_ir_print.cpp 591 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next())
nv50_ir_ra.cpp 342 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) {
364 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) {
732 for (Graph::EdgeIterator ei = nodes[i].incident(); !ei.end(); ei.next())
1145 for (Graph::EdgeIterator ei = node->incident(); !ei.end(); ei.next())
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_graph.h 67 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())
nv50_ir_ssa.cpp 144 for (Graph::EdgeIterator ei = nw->incident(); !ei.end(); ei.next()) {
270 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) {
494 for (Graph::EdgeIterator ei = sb->cfg.incident(); !ei.end(); ei.next()) {
nv50_ir_print.cpp 591 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next())
nv50_ir_ra.cpp 342 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) {
364 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) {
732 for (Graph::EdgeIterator ei = nodes[i].incident(); !ei.end(); ei.next())
1145 for (Graph::EdgeIterator ei = node->incident(); !ei.end(); ei.next())
    [all...]
nv50_ir_emit_nv50.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 412 for (Graph::EdgeIterator ei = n->incident(); !ei.end(); ei.next()) {
507 Graph::EdgeIterator ei = bb->cfg.incident();
531 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) {
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 412 for (Graph::EdgeIterator ei = n->incident(); !ei.end(); ei.next()) {
507 Graph::EdgeIterator ei = bb->cfg.incident();
531 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) {
    [all...]
nv50_ir_emit_nvc0.cpp     [all...]

Completed in 454 milliseconds