Home
last modified time | relevance | path

Searched refs:EOpSequence (Results 1 - 14 of 14) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
H A DLiveTraverser.h88 if (candidate && candidate->getOp() == EOpSequence && in pushGlobalReference()
H A DIntermediate.cpp496 // their operator to EOpSequence.
928 case EOpSequence: // used by ?: in addPairConversion()
1099 case EOpSequence: in addConversion()
2468 auto children = addPairConversion(EOpSequence, trueBlock, falseBlock); in addSelection()
2675 TIntermAggregate* node = new TIntermAggregate(EOpSequence); in addSwizzle()
2763 if (loopSequence != nullptr && (loopSequence->getOp() == EOpSequence || loopSequence->getOp() == EOpScope)) in addForLoop()
2766 loopSequence->setOperator(getDebugInfo() ? EOpScope : EOpSequence); in addForLoop()
2815 aggRoot->setOperator(EOpSequence); in postProcess()
H A DintermOut.cpp694 case EOpSequence: out.debug << "Sequence\n"; return true; in visitAggregate()
1154 if (node->getOp() != EOpSequence && node->getOp() != EOpScope && node->getOp() != EOpParameters) in visitAggregate()
H A DShaderLang.cpp2058 TIntermAggregate root(EOpSequence); in crossStageCheck()
H A DParseHelper.cpp9914 statements->setOperator(EOpSequence); in wrapupSwitchSubsequence()
9975 lastStatements->setOperator(EOpSequence); in addSwitch()
9979 TIntermAggregate* body = new TIntermAggregate(EOpSequence); in addSwitch()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DintermOut.cpp257 case EOpSequence: out << "Sequence\n"; return true; in visitAggregate()
329 if (node->getOp() != EOpSequence && node->getOp() != EOpParameters) in visitAggregate()
H A DIntermediate.cpp532 // their operator to EOpSequence.
627 return nodePair.node1 ? setAggregateOperator(nodePair.node1, EOpSequence, nodePair.node1->getLine()) : nullptr; in addSelection()
629 return nodePair.node2 ? setAggregateOperator(nodePair.node2, EOpSequence, nodePair.node2->getLine()) : nullptr; in addSelection()
720 TIntermAggregate* node = new TIntermAggregate(EOpSequence); in addSwizzle()
778 aggRoot->setOp(EOpSequence); in postProcess()
H A Dintermediate.h36 EOpSequence, // denotes a list of statements, or parameters, etc. enumerator
H A Dglslang.y1426 $3->setOp(EOpSequence);
1450 $2->setOp(EOpSequence);
H A DOutputASM.cpp1259 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate()
1273 case EOpSequence: break; in visitAggregate()
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp314 sequence->setOperator(EOpSequence); in handleLvalue()
2283 synthBody->setOperator(EOpSequence); in transformEntryPoint()
2539 assignList->setOperator(EOpSequence); in assignFromFragCoord()
2596 assignList->setOperator(EOpSequence); in assignPosition()
2764 assignList->setOperator(EOpSequence); in assignClipCullDistance()
2831 assignList->setOperator(EOpSequence); in assignClipCullDistance()
3230 assignList->setOperator(EOpSequence); in handleAssign()
3290 result->setOp(EOpSequence); in handleAssignToMatrixSwizzle()
3609 body->getAsAggregate()->setOperator(EOpSequence); in decomposeStructBufferMethods()
3679 body->setOperator(EOpSequence); in decomposeStructBufferMethods()
[all...]
H A DhlslGrammar.cpp519 initializers->setOperator(EOpSequence); in acceptDeclaration()
3722 compoundStatement->setOperator(intermediate.getDebugInfo() ? EOpScope : EOpSequence); in acceptCompoundStatement()
/third_party/glslang/glslang/Include/
H A Dintermediate.h64 EOpSequence, // denotes a list of statements, or parameters, etc. enumerator
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp2869 case glslang::EOpSequence: in visitAggregate()

Completed in 68 milliseconds