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.h235 struct NodeInsertMultipleEntry struct
237 NodeInsertMultipleEntry(TIntermBlock *_parent, in NodeInsertMultipleEntry() function
253 static bool CompareInsertion(const NodeInsertMultipleEntry &a, argument
254 const NodeInsertMultipleEntry &b);
285 std::vector<NodeInsertMultipleEntry> mInsertions;
DIntermTraverse.cpp276 NodeInsertMultipleEntry insert(parentBlock.node, parentBlock.pos, insertionsBefore, in insertStatementsInParentBlock()
488 bool TIntermTraverser::CompareInsertion(const NodeInsertMultipleEntry &a, in CompareInsertion()
489 const NodeInsertMultipleEntry &b) in CompareInsertion()
508 const NodeInsertMultipleEntry &insertion = mInsertions[mInsertions.size() - ii - 1]; in updateTree()