Searched refs:EOpSequence (Results 1 - 14 of 14) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
H A D | LiveTraverser.h | 88 if (candidate && candidate->getOp() == EOpSequence && in pushGlobalReference()
|
H A D | Intermediate.cpp | 496 // 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 D | intermOut.cpp | 694 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 D | ShaderLang.cpp | 2058 TIntermAggregate root(EOpSequence); in crossStageCheck()
|
H A D | ParseHelper.cpp | 9914 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 D | intermOut.cpp | 257 case EOpSequence: out << "Sequence\n"; return true; in visitAggregate() 329 if (node->getOp() != EOpSequence && node->getOp() != EOpParameters) in visitAggregate()
|
H A D | Intermediate.cpp | 532 // 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 D | intermediate.h | 36 EOpSequence, // denotes a list of statements, or parameters, etc. enumerator
|
H A D | glslang.y | 1426 $3->setOp(EOpSequence); 1450 $2->setOp(EOpSequence);
|
H A D | OutputASM.cpp | 1259 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate() 1273 case EOpSequence: break; in visitAggregate()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 314 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 D | hlslGrammar.cpp | 519 initializers->setOperator(EOpSequence); in acceptDeclaration() 3722 compoundStatement->setOperator(intermediate.getDebugInfo() ? EOpScope : EOpSequence); in acceptCompoundStatement()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 64 EOpSequence, // denotes a list of statements, or parameters, etc. enumerator
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 2869 case glslang::EOpSequence: in visitAggregate()
|
Completed in 68 milliseconds