Home
last modified time | relevance | path

Searched refs:rightNode (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteExpressionsWithShaderStorageBlock.cpp189 TIntermTyped *rightNode = in visitBinary() local
196 new TIntermBinary(node->getOp(), tempSymbol->deepCopy(), rightNode->deepCopy()); in visitBinary()
208 new TIntermBinary(node->getOp(), node->getLeft(), rightNode->deepCopy()); in visitBinary()
223 TIntermTyped *rightNode = node->getRight(); in visitBinary() local
228 rightNode = insertInitStatementAndReturnTempSymbol(node->getRight(), &insertions); in visitBinary()
237 new TIntermBinary(node->getOp(), leftNode->deepCopy(), rightNode->deepCopy()); in visitBinary()
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp83 const TIntermConstantUnion *rightNode = rightConstantNode->getAsConstantUnion(); in fold() local
85 TConstUnionArray rightUnionArray = rightNode->getConstArray(); in fold()
92 newComps = rightNode->getMatrixCols() * getMatrixRows(); in fold()
98 newComps = rightNode->getMatrixCols(); in fold()
105 TConstUnionArray smearedArray(newComps, rightNode->getConstArray()[0]); in fold()
110 rightUnionArray = rightNode->getConstArray(); in fold()
113 returnType.shallowCopy(rightNode->getType()); in fold()
139 for (int column = 0; column < rightNode->getMatrixCols(); column++) { in fold()
141 for (int i = 0; i < rightNode->getMatrixRows(); i++) in fold()
142 …Array[i * getMatrixRows() + row].getDConst() * rightUnionArray[column * rightNode->getMatrixRows()… in fold()
[all …]
DParseHelper.cpp3105 TIntermTyped* rightNode = binaryNode->getRight(); in lValueErrorCheck() local
3106 TIntermAggregate *aggrNode = rightNode->getAsAggregate(); in lValueErrorCheck()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DRewriteUnaddressableReferences.cpp340 TIntermTyped &rightNode = *binaryNode.getRight(); in visitBinaryPre() local
343 TIntermTyped &newRight = traverse(rightNode, disableRight); in visitBinaryPre()
347 if (&leftNode == &newLeft && &rightNode == &newRight) in visitBinaryPre()
DEmitMetal.cpp1495 TIntermTyped &rightNode = *binaryNode->getRight(); in visitBinary() local
1502 const TField &field = getDirectField(leftNode, rightNode); in visitBinary()
1525 groupedTraverse(rightNode); in visitBinary()
1555 const TType &rightType = rightNode.getType(); in visitBinary()
1569 groupedTraverse(rightNode); in visitBinary()
1577 rightNode.traverse(this); in visitBinary()
2050 TIntermNode &rightNode = *aggregateNode->getChildNode(1); in visitAggregate() local
2053 groupedTraverse(rightNode); in visitAggregate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNode_util.cpp199 TIntermBinary *CreateTempAssignmentNode(const TVariable *tempVariable, TIntermTyped *rightNode) in CreateTempAssignmentNode() argument
201 ASSERT(rightNode != nullptr); in CreateTempAssignmentNode()
203 return new TIntermBinary(EOpAssign, tempSymbol, rightNode); in CreateTempAssignmentNode()
DIntermNode_util.h38 TIntermBinary *CreateTempAssignmentNode(const TVariable *tempVariable, TIntermTyped *rightNode);
/third_party/typescript/src/compiler/factory/
Dutilities.ts856 let rightNode = fullName;
858 if (isIdentifier(rightNode) || !rightNode.body) {
859 return isIdentifier(rightNode) ? rightNode : rightNode.name;
861 rightNode = rightNode.body;
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp3063 TIntermTyped* rightNode = nullptr; in acceptExpression() local
3064 if (! acceptAssignmentExpression(rightNode)) { in acceptExpression()
3069 node = intermediate.addComma(node, rightNode, loc); in acceptExpression()
3172 TIntermTyped* rightNode = nullptr; in acceptAssignmentExpression() local
3173 if (! acceptAssignmentExpression(rightNode)) { in acceptAssignmentExpression()
3178 node = parseContext.handleAssign(loc, assignOp, node, rightNode); in acceptAssignmentExpression()
3270 TIntermTyped* rightNode = nullptr; in acceptBinaryExpression() local
3271 if (! acceptBinaryExpression(rightNode, (PrecedenceLevel)(precedenceLevel + 1))) { in acceptBinaryExpression()
3276 node = intermediate.addBinaryMath(op, node, rightNode, loc); in acceptBinaryExpression()
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js9179 … var rightNode = new mathMLTree.MathNode("mo", [buildMathML_makeText(group.right, group.mode)]);
9180 rightNode.setAttribute("fence", "true");
9183 rightNode.setAttribute("mathcolor", group.rightColor);
9186 inner.push(rightNode);
11154 var rightNode = checkNodeType(args[1], "atom");
11156 if (rightNode) {
11157 rightNode = assertAtomFamily(args[1], "close");
11160 var rightDelim = rightNode ? delimFromValue(rightNode.text) : null;
Dkatex.mjs9051 const rightNode = new mathMLTree.MathNode("mo", [makeText(group.right, group.mode)]);
9052 rightNode.setAttribute("fence", "true");
9055 rightNode.setAttribute("mathcolor", group.rightColor);
9058 inner.push(rightNode);
11002 let rightNode = checkNodeType(args[1], "atom");
11004 if (rightNode) {
11005 rightNode = assertAtomFamily(args[1], "close");
11008 const rightDelim = rightNode ? delimFromValue(rightNode.text) : null;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp321 TIntermTyped* rightNode = binaryNode->getRight(); in lValueErrorCheck() local
322 TIntermAggregate *aggrNode = rightNode->getAsAggregate(); in lValueErrorCheck()
/third_party/openGLES/specs/gl/katex/
Dkatex.js3921 var rightNode = new mathMLTree.MathNode(
3924 rightNode.setAttribute("fence", "true");
3926 inner.push(rightNode);
/third_party/openGLES/specs/katex/
Dkatex.js3921 var rightNode = new mathMLTree.MathNode(
3924 rightNode.setAttribute("fence", "true");
3926 inner.push(rightNode);
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js3921 var rightNode = new mathMLTree.MathNode(
3924 rightNode.setAttribute("fence", "true");
3926 inner.push(rightNode);
/third_party/openGLES/specs/es/katex/
Dkatex.js3921 var rightNode = new mathMLTree.MathNode(
3924 rightNode.setAttribute("fence", "true");
3926 inner.push(rightNode);
/third_party/typescript/lib/
Dtsc.js24988 var rightNode = fullName;
24990 if (ts.isIdentifier(rightNode) || !rightNode.body) {
24991 return ts.isIdentifier(rightNode) ? rightNode : rightNode.name;
24993 rightNode = rightNode.body;
DtypingsInstaller.js30994 var rightNode = fullName;
30996 if (ts.isIdentifier(rightNode) || !rightNode.body) {
30997 return ts.isIdentifier(rightNode) ? rightNode : rightNode.name;
30999 rightNode = rightNode.body;