Home | History | Annotate | Download | only in gpu

Lines Matching refs:m_next

144          , m_next(0)
192 Segment* next() const { return m_next; }
195 void setNext(Segment* next) { m_next = next; }
348 Segment* m_next;