Searched refs:RIG_Node (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp615 class RIG_Node : public Graph::Node class in class:nv50_ir::GCRA
618 RIG_Node();
622 void addInterference(RIG_Node *);
623 void addRegPreference(RIG_Node *);
636 static inline RIG_Node *get(const Graph::EdgeIterator& ei)
638 return static_cast<RIG_Node *>(ei.getNode());
652 RIG_Node *next;
653 RIG_Node *prev;
659 std::list<RIG_Node *> prefRegs;
663 inline RIG_Node *getNod
713 GCRA::RIG_Node::RIG_Node() : Node(NULL), next(this), prev(this) function in class:nv50_ir::GCRA::RIG_Node
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp615 class RIG_Node : public Graph::Node class in class:nv50_ir::GCRA
618 RIG_Node();
622 void addInterference(RIG_Node *);
623 void addRegPreference(RIG_Node *);
636 static inline RIG_Node *get(const Graph::EdgeIterator& ei)
638 return static_cast<RIG_Node *>(ei.getNode());
652 RIG_Node *next;
653 RIG_Node *prev;
659 std::list<RIG_Node *> prefRegs;
663 inline RIG_Node *getNod
713 GCRA::RIG_Node::RIG_Node() : Node(NULL), next(this), prev(this) function in class:nv50_ir::GCRA::RIG_Node
[all...]

Completed in 54 milliseconds