Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/tree_util/
H A DIntermTraverse.h276 struct NodeInsertMultipleEntry struct
278 NodeInsertMultipleEntry(TIntermBlock *_parent, in NodeInsertMultipleEntry() argument
294 static bool CompareInsertion(const NodeInsertMultipleEntry &a, argument
295 const NodeInsertMultipleEntry &b);
326 std::vector<NodeInsertMultipleEntry> mInsertions;
H A DIntermTraverse.cpp281 NodeInsertMultipleEntry insert(parentBlock.node, parentBlock.pos, insertionsBefore, in insertStatementsInParentBlock()
502 bool TIntermTraverser::CompareInsertion(const NodeInsertMultipleEntry &a, in CompareInsertion()
503 const NodeInsertMultipleEntry &b) in CompareInsertion()
522 const NodeInsertMultipleEntry &insertion = mInsertions[mInsertions.size() - ii - 1]; in updateTree()