Searched refs:indexNode (Results 1 – 11 of 11) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteStructSamplers.cpp | 277 TIntermBinary *indexNode = *it; in RewriteModifiedStructFieldSelectionExpression() local 279 switch (indexNode->getOp()) in RewriteModifiedStructFieldSelectionExpression() 285 const TStructure *structure = indexNode->getLeft()->getType().getStruct(); in RewriteModifiedStructFieldSelectionExpression() 289 indexNode->getRight()->getAsConstantUnion(); in RewriteModifiedStructFieldSelectionExpression() 304 rewritten = new TIntermBinary(EOpIndexDirect, rewritten, indexNode->getRight()); in RewriteModifiedStructFieldSelectionExpression() 312 TIntermTyped *indexExpression = indexNode->getRight(); in RewriteModifiedStructFieldSelectionExpression()
|
D | EmulateGLFragColorBroadcast.cpp | 60 TIntermTyped *indexNode = CreateIndexNode(index); in constructGLFragDataNode() local 62 TIntermBinary *binary = new TIntermBinary(EOpIndexDirect, symbol, indexNode); in constructGLFragDataNode()
|
D | RemoveDynamicIndexing.cpp | 195 TIntermBinary *indexNode = in GetIndexFunctionDefinition() local 200 new TIntermBinary(EOpAssign, indexNode, valueParam->deepCopy()); in GetIndexFunctionDefinition() 207 TIntermBranch *returnNode = new TIntermBranch(EOpReturn, indexNode); in GetIndexFunctionDefinition()
|
D | RewriteRowMajorMatrices.cpp | 188 bool IsConvertedField(TIntermTyped *indexNode, in IsConvertedField() argument 191 TIntermBinary *asBinary = indexNode->getAsBinaryNode(); in IsConvertedField()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslGrammar.cpp | 3191 TIntermTyped* indexNode = nullptr; in acceptPostfixExpression() local 3192 if (! acceptExpression(indexNode) || in acceptPostfixExpression() 3198 node = parseContext.handleBracketDereference(indexNode->getLoc(), node, indexNode); in acceptPostfixExpression()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslGrammar.cpp | 3193 TIntermTyped* indexNode = nullptr; in acceptPostfixExpression() local 3194 if (! acceptExpression(indexNode) || in acceptPostfixExpression() 3200 node = parseContext.handleBracketDereference(indexNode->getLoc(), node, indexNode); in acceptPostfixExpression()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | EmitMetal.cpp | 172 const TField &getDirectField(const TIntermTyped &fieldsNode, TIntermTyped &indexNode); 1456 TIntermTyped &indexNode) in getDirectField() argument 1467 const TIntermConstantUnion *indexNode_ = indexNode.getAsConstantUnion(); in getDirectField()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
D | DOM2DTM.java | 298 indexNode(expandedNameID, nodeIndex); in addNode()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDefaultBase.java | 317 protected void indexNode(int expandedTypeID, int identity) in indexNode() method in DTMDefaultBase
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
D | SAX2DTM.java | 1887 indexNode(exName, elemNode); in startElement()
|
D | SAX2DTM2.java | 2097 indexNode(exName, elemNode); in startElement()
|