Home
last modified time | relevance | path

Searched refs:getChildNode (Results 1 – 19 of 19) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.h113 virtual TIntermNode *getChildNode(size_t index) const = 0;
207 TIntermNode *getChildNode(size_t index) const final;
246 TIntermNode *getChildNode(size_t index) const final;
288 TIntermNode *getChildNode(size_t index) const final;
363 TIntermNode *getChildNode(size_t index) const final;
438 TIntermNode *getChildNode(size_t index) const final;
489 TIntermNode *getChildNode(size_t index) const final;
533 TIntermNode *getChildNode(size_t index) const final;
613 TIntermNode *getChildNode(size_t index) const final;
683 TIntermNode *getChildNode(size_t index) const final;
[all …]
DIntermNode.cpp207 TIntermNode *TIntermSymbol::getChildNode(size_t index) const in getChildNode() function in sh::TIntermSymbol
218 TIntermNode *TIntermConstantUnion::getChildNode(size_t index) const in getChildNode() function in sh::TIntermConstantUnion
229 TIntermNode *TIntermLoop::getChildNode(size_t index) const in getChildNode() function in sh::TIntermLoop
276 TIntermNode *TIntermBranch::getChildNode(size_t index) const in getChildNode() function in sh::TIntermBranch
294 TIntermNode *TIntermSwizzle::getChildNode(size_t index) const in getChildNode() function in sh::TIntermSwizzle
313 TIntermNode *TIntermBinary::getChildNode(size_t index) const in getChildNode() function in sh::TIntermBinary
335 TIntermNode *TIntermUnary::getChildNode(size_t index) const in getChildNode() function in sh::TIntermUnary
354 TIntermNode *TIntermGlobalQualifierDeclaration::getChildNode(size_t index) const in getChildNode() function in sh::TIntermGlobalQualifierDeclaration
373 TIntermNode *TIntermFunctionDefinition::getChildNode(size_t index) const in getChildNode() function in sh::TIntermFunctionDefinition
395 TIntermNode *TIntermAggregate::getChildNode(size_t index) const in getChildNode() function in sh::TIntermAggregate
[all …]
DOutputSPIRV.cpp1269 const TType &arg0Type = node->getChildNode(0)->getAsTyped()->getType(); in createConstructorVectorFromMatrix()
1563 &param, node->getChildNode(paramIndex)->getAsTyped()->getType(), nullptr); in loadAllParams()
1872 return node->getChildNode(1)->getAsTyped()->hasSideEffects(); in IsShortCircuitNeeded()
1932 TIntermTyped *firstChild = node->getChildNode(0)->getAsTyped(); in visitOperator()
2078 binarySwapOperands = node->getChildNode(1)->getAsTyped()->getType().isVector(); in visitOperator()
2272 if (node->getChildNode(childCount - 1)->getAsTyped()->getType().getBasicType() == in visitOperator()
2598 const TType &leftType = node->getChildNode(0)->getAsTyped()->getType(); in visitOperator()
2599 const TType &rightType = node->getChildNode(1)->getAsTyped()->getType(); in visitOperator()
2675 TIntermTyped *operand = node->getChildNode(0)->getAsTyped(); in createIncrementDecrement()
2728 TIntermTyped *operand = node->getChildNode(0)->getAsTyped(); in createCompare()
[all …]
DValidateAST.cpp130 TIntermNode *child = node->getChildNode(i); in visitNode()
367 if (node->getChildNode(i) == nullptr) in expectNonNullChildren()
DParseContext.cpp6692 memNode = memNode->getChildNode(0)->getAsTyped(); in checkAtomicMemoryBuiltinFunctions()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNestedMapData.java307 current = current.followSymLinkToTheBitterEnd().getChildNode(chunk); in getChild()
322 current = currentSymLink.getChildNode(chunk); in createChild()
337 private NestedMapData getChildNode(String name) { in getChildNode() method in NestedMapData
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DRewriteGlobalQualifierDecls.cpp24 TIntermNode *declaratorNode = declNode.getChildNode(0); in visitDeclarationPre()
DSeparateCompoundStructDeclarations.cpp76 declNode, declNode->getChildNode(0), std::move(replacements))); in visitDeclaration()
DToposortStructs.cpp220 TIntermNode &childNode = *declNode->getChildNode(0); in GetAsDeclaredStructure()
317 TIntermNode &stmtNode = *root.getChildNode(i); in ToposortStructs()
DReduceInterfaceBlocks.cpp37 TIntermNode &node = *declNode.getChildNode(0); in visitDeclarationPre()
DAstHelpers.cpp21 TIntermNode *childNode = declNode.getChildNode(0); in ViewDeclaration()
181 auto *arg = call.getChildNode(index); in GetArg()
DEmitMetal.cpp2011 TIntermNode &operandNode = *aggregateNode->getChildNode(0); in visitAggregate()
2029 TIntermNode &leftNode = *aggregateNode->getChildNode(0); in visitAggregate()
2030 TIntermNode &rightNode = *aggregateNode->getChildNode(1); in visitAggregate()
2120 TIntermNode &childNode = *declNode->getChildNode(0); in NewlinePad()
2156 TIntermNode &stmtNode = *blockNode->getChildNode(i); in visitBlock()
2205 TIntermNode &node = *declNode->getChildNode(0); in visitDeclaration()
DProgramPrelude.cpp3857 TIntermTyped *arg = node->getChildNode(index)->getAsTyped(); in visitAggregate()
/external/angle/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp165 TIntermTyped *operand = node->getChildNode(0)->getAsTyped(); in visitAggregateWithRotation()
/external/icu/libicu/cts_headers/
Dtznames_impl.h156 CharacterNode* getChildNode(CharacterNode *parent, UChar c) const;
/external/angle/src/compiler/translator/tree_ops/vulkan/
DRewriteR32fImages.cpp89 TIntermTyped *rewritten = block.getChildNode(0)->getAsTyped(); in RewriteExpression()
/external/icu/icu4c/source/i18n/
Dtznames_impl.h156 CharacterNode* getChildNode(CharacterNode *parent, UChar c) const;
Dtznames_impl.cpp346 TextTrieMap::getChildNode(CharacterNode *parent, UChar c) const { in getChildNode() function in TextTrieMap
430 node = getChildNode(node, c); in search()
438 node = getChildNode(node, c); in search()
/external/angle/src/compiler/translator/tree_util/
DIntermTraverse.cpp42 node->getChildNode(childIndex)->traverse(this); in traverse()