Home
last modified time | relevance | path

Searched refs:EOpComma (Results 1 – 25 of 36) sorted by relevance

12

/third_party/glslang/glslang/MachineIndependent/
DparseConst.cpp73 if (! node->isConstructor() && node->getOp() != EOpComma) { in visitAggregate()
95 if (node->getOp() == EOpComma) in visitAggregate()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DparseConst.cpp104 if (!node->isConstructor() && node->getOp() != EOpComma) { in visitAggregate()
134 if (node->getOp() == EOpComma) in visitAggregate()
DintermOut.cpp258 case EOpComma: out << "Comma\n"; return true; in visitAggregate()
Dintermediate.h75 EOpComma, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.cpp65 case EOpComma: in GetOperatorString()
DOperator_autogen.h85 EOpComma, enumerator
DOutputTree.cpp121 case EOpComma: in visitBinary()
DIntermNode.cpp1548 TIntermBinary *node = new TIntermBinary(EOpComma, left, right); in CreateComma()
1785 if (mOp == EOpComma) in promote()
1968 case EOpComma: in derivePrecision()
2016 if (mOp != EOpComma) in propagatePrecision()
2129 case EOpComma: in fold()
DOutputGLSLBase.cpp573 case EOpComma: in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSplitSequenceOperator.cpp91 if (node->getOp() == EOpComma) in visitBinary()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSplitSequenceOperator.cpp91 if (node->getOp() == EOpComma) in visitBinary()
DVectorizeVectorScalarArithmetic.cpp204 new TIntermBinary(EOpComma, replacementCompoundAssignment, replacementAssignBackToTarget); in replaceAssignInsideConstructor()
DRewriteExpressionsWithShaderStorageBlock.cpp70 case EOpComma: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
DEmulatePrecision.cpp450 if (binaryParent && binaryParent->getOp() == EOpComma && (binaryParent->getRight() != node)) in ParentUsesResult()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.h72 EOpComma, enumerator
DOperator.cpp73 case EOpComma: in GetOperatorString()
DOutputTree.cpp120 case EOpComma: in visitBinary()
DOutputGLSLBase.cpp508 case EOpComma: in visitBinary()
DIntermNode.cpp1316 TIntermBinary *node = new TIntermBinary(EOpComma, left, right); in CreateComma()
1497 if (mOp == EOpComma) in promote()
1778 case EOpComma: in fold()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DRewriteExpressionsWithShaderStorageBlock.cpp70 case EOpComma: in IsReadonlyBinaryOperatorNotInSSBOAccessChain()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindPreciseNodes.cpp540 if (node->getOp() == EOpComma) in visitBinary()
DIntermRebuild.cpp612 case TOperator::EOpComma: in traverseBinaryChildren()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp267 case TOperator::EOpComma: in GetOperatorString()
741 return AsSpecificBinaryNode(*binaryNode->getRight(), TOperator::EOpComma); in Parenthesize()
1560 if (op != TOperator::EOpComma) in visitBinary()
DSeparateCompoundExpressions.cpp432 if (op == TOperator::EOpComma) in visitBinaryPost()
/third_party/glslang/glslang/Include/
Dintermediate.h305 EOpComma, enumerator

12