/external/angle/src/compiler/translator/ |
D | IntermNode.h | 113 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 …]
|
D | IntermNode.cpp | 207 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 …]
|
D | OutputSPIRV.cpp | 1269 const TType &arg0Type = node->getChildNode(0)->getAsTyped()->getType(); in createConstructorVectorFromMatrix() 1563 ¶m, 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 …]
|
D | ValidateAST.cpp | 130 TIntermNode *child = node->getChildNode(i); in visitNode() 367 if (node->getChildNode(i) == nullptr) in expectNonNullChildren()
|
D | ParseContext.cpp | 6692 memNode = memNode->getChildNode(0)->getAsTyped(); in checkAtomicMemoryBuiltinFunctions()
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | NestedMapData.java | 307 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/ |
D | RewriteGlobalQualifierDecls.cpp | 24 TIntermNode *declaratorNode = declNode.getChildNode(0); in visitDeclarationPre()
|
D | SeparateCompoundStructDeclarations.cpp | 76 declNode, declNode->getChildNode(0), std::move(replacements))); in visitDeclaration()
|
D | ToposortStructs.cpp | 220 TIntermNode &childNode = *declNode->getChildNode(0); in GetAsDeclaredStructure() 317 TIntermNode &stmtNode = *root.getChildNode(i); in ToposortStructs()
|
D | ReduceInterfaceBlocks.cpp | 37 TIntermNode &node = *declNode.getChildNode(0); in visitDeclarationPre()
|
D | AstHelpers.cpp | 21 TIntermNode *childNode = declNode.getChildNode(0); in ViewDeclaration() 181 auto *arg = call.getChildNode(index); in GetArg()
|
D | EmitMetal.cpp | 2011 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()
|
D | ProgramPrelude.cpp | 3857 TIntermTyped *arg = node->getChildNode(index)->getAsTyped(); in visitAggregate()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteDfdy.cpp | 165 TIntermTyped *operand = node->getChildNode(0)->getAsTyped(); in visitAggregateWithRotation()
|
/external/icu/libicu/cts_headers/ |
D | tznames_impl.h | 156 CharacterNode* getChildNode(CharacterNode *parent, UChar c) const;
|
/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | RewriteR32fImages.cpp | 89 TIntermTyped *rewritten = block.getChildNode(0)->getAsTyped(); in RewriteExpression()
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.h | 156 CharacterNode* getChildNode(CharacterNode *parent, UChar c) const;
|
D | tznames_impl.cpp | 346 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/ |
D | IntermTraverse.cpp | 42 node->getChildNode(childIndex)->traverse(this); in traverse()
|