Home
last modified time | relevance | path

Searched refs:NodeInsertMultipleEntry (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DIntermTraverse.h251 struct NodeInsertMultipleEntry struct
253 NodeInsertMultipleEntry(TIntermBlock *_parent, in NodeInsertMultipleEntry() argument
269 static bool CompareInsertion(const NodeInsertMultipleEntry &a, argument
270 const NodeInsertMultipleEntry &b);
301 std::vector<NodeInsertMultipleEntry> mInsertions;
DIntermTraverse.cpp280 NodeInsertMultipleEntry insert(parentBlock.node, parentBlock.pos, insertionsBefore, in insertStatementsInParentBlock()
501 bool TIntermTraverser::CompareInsertion(const NodeInsertMultipleEntry &a, in CompareInsertion()
502 const NodeInsertMultipleEntry &b) in CompareInsertion()
521 const NodeInsertMultipleEntry &insertion = mInsertions[mInsertions.size() - ii - 1]; in updateTree()