Home
last modified time | relevance | path

Searched refs:EOpComma (Results 1 – 25 of 26) 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()
DintermOut.cpp720 case EOpComma: out.debug << "Comma"; break; in visitAggregate()
DIntermediate.cpp2417 commaAggregate->getAsAggregate()->setOperator(EOpComma); in addComma()
DParseHelper.cpp1684 …conversionTree = intermediate.setAggregateOperator(conversionTree, EOpComma, intermNode.getType(),… in addOutputArgumentConversions()
/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
DIntermediate.cpp645 commaAggregate->getAsAggregate()->setOp(EOpComma); in addComma()
DOutputASM.cpp1277 case EOpComma: in visitAggregate()
/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()
DOutputHLSL.cpp1444 case EOpComma: in visitBinary()
DOutputSPIRV.cpp5038 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/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/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()
DProgramPrelude.cpp3702 case TOperator::EOpComma: in visitOperator()
/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/glslang/glslang/Include/
Dintermediate.h305 EOpComma, enumerator
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5725 assignAgg->setOperator(EOpComma); in addInputArgumentConversions()
5892 …conversionTree = intermediate.setAggregateOperator(conversionTree, EOpComma, intermNode.getType(),… in addOutputArgumentConversions()
8312 seq->setOp(EOpComma); in handleConstructor()

12