Home
last modified time | relevance | path

Searched refs:replaceChildNodeWithMultiple (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteDoWhile.cpp130 node->replaceChildNodeWithMultiple(loop, replacement); in visitBlock()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DIntermTraverse.cpp549 bool replaced = replacement.parent->replaceChildNodeWithMultiple(replacement.original, in updateTree()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.h576 bool replaceChildNodeWithMultiple(TIntermNode *original, const TIntermSequence &replacements);
DIntermNode.cpp473 bool TIntermAggregateBase::replaceChildNodeWithMultiple(TIntermNode *original, in replaceChildNodeWithMultiple() function in sh::TIntermAggregateBase