/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | IntermTraverse.cpp | 56 visit = it->visitBinary(PreVisit, this); in traverse() 122 visit = it->visitUnary(PreVisit, this); in traverse() 143 visit = it->visitAggregate(PreVisit, this); in traverse() 198 visit = it->visitSelection(PreVisit, this); in traverse() 230 visit = it->visitSwitch(PreVisit, this); in traverse() 252 visit = it->visitCase(PreVisit, this); in traverse() 270 visit = it->visitLoop(PreVisit, this); in traverse() 329 visit = it->visitBranch(PreVisit, this); in traverse()
|
H A D | AnalyzeCallDepth.cpp | 36 visit = PreVisit; in FunctionNode() 60 ASSERT(visit == PreVisit); in analyzeCallDepth() 77 case PreVisit: in analyzeCallDepth() 99 if(visit == PreVisit) in removeIfUnreachable() 171 if(visit == PreVisit) in visitAggregate() 194 if(visit == PreVisit) in visitAggregate()
|
H A D | ValidateSwitch.cpp | 76 if (visit == PreVisit) in visitSelection() 176 if (visit == PreVisit) in visitLoop()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | ASTMetadataHLSL.cpp | 73 if (visit == PreVisit) in visitControlFlow() 103 if (visit == PreVisit) 180 if (visit == PreVisit) 200 if (visit == PreVisit) 220 if (visit == PreVisit) 273 if (visit == PreVisit && node->getOp() == EOpCallFunctionInAST) 289 if (visit == PreVisit) 334 if (visit == PreVisit && isDiscontinuous) 351 if (visit == PreVisit && mNestedDiscont > 0)
|
H A D | ValidateAST.cpp | 161 if (visit == PreVisit && mOptions.validateSingleParent) in visitNode() 495 if (visit == PreVisit) in scope() 507 if (visit == PreVisit) in scope() 577 if (visit == PreVisit && mOptions.validateNullNodes) in expectNonNullChildren() 599 visitNode(PreVisit, node); in visitSymbol() 633 visitNode(PreVisit, node); in visitConstantUnion() 646 if (mOptions.validateExpressionTypes && visit == PreVisit) in visitBinary() 658 if (visit == PreVisit && mOptions.validateBuiltInOps) in visitUnary() 692 visitNode(PreVisit, node); in visitFunctionPrototype() 765 if (mOptions.validateVariableReferences && visit == PreVisit) in visitFunctionDefinition() [all...] |
H A D | ValidateBarrierFunctionCall.cpp | 33 mInMain = visit == PreVisit; 79 mBranchCount += ((visit == PreVisit) ? 1 : -1);
|
H A D | ValidateSwitch.cpp | 120 if (visit == PreVisit) in visitBlock() 162 if (visit == PreVisit) in visitIfElse() 263 if (visit == PreVisit) in visitLoop()
|
H A D | OutputHLSL.cpp | 1356 if (visit == PreVisit && op == EOpNotEqual) in outputEqual() 1516 if (visit == PreVisit) in visitBinary() 1566 if (visit == PreVisit) in visitBinary() 1582 if (visit == PreVisit) in visitBinary() 1623 if (visit == PreVisit) in visitBinary() 1719 if (visit == PreVisit && indexingReturnsSampler) in visitBinary() 1753 if (visit == PreVisit && structInStd140UniformBlock) in visitBinary() 2258 if (visit == PreVisit) in visitDeclaration() 2789 if (visit == PreVisit) in visitSwitch() 2910 if (visit == PreVisit) in visitBranch() [all...] |
H A D | OutputGLSLBase.cpp | 132 if (visit == PreVisit && preStr) in writeTriplet() 145 if (visit == PreVisit) in writeFunctionTriplet() 523 if (visit == PreVisit) in writeConstructorTriplet() 885 ASSERT(visit == PreVisit); in visitGlobalQualifierDeclaration() 918 if (visit == PreVisit) in visitAggregate() 943 if (visit == PreVisit) in visitDeclaration()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | SplitSequenceOperator.cpp | 64 if (mInsideSequenceOperator > 0 && visit == PreVisit) in visitAggregate() 79 if (mInsideSequenceOperator > 0 && visit == PreVisit) in visitUnary() 93 if (visit == PreVisit) in visitBinary() 122 if (mInsideSequenceOperator > 0 && visit == PreVisit) in visitBinary() 138 if (mInsideSequenceOperator > 0 && visit == PreVisit) in visitTernary()
|
H A D | PruneNoOps.cpp | 71 if (visit != PreVisit) in visitDeclaration() 139 ASSERT(visit == PreVisit); in visitBlock() 180 if (visit != PreVisit) in visitLoop() 201 ASSERT(visit == PreVisit); in visitBranch()
|
H A D | RemoveUnreferencedVariables.cpp | 231 if (visit == PreVisit) in visitDeclaration() 287 if (visit == PreVisit && mRemoveReferences) in visitAggregate() 307 visit = visitBlock(PreVisit, node); in traverseBlock() 336 visit = visitLoop(PreVisit, node); in traverseLoop()
|
H A D | RemoveAtomicCounterBuiltins.cpp | 36 ASSERT(visit == PreVisit);
|
H A D | NameNamelessUniformBuffers.cpp | 31 ASSERT(visit == PreVisit);
|
H A D | ForcePrecisionQualifier.cpp | 45 if (visit == PreVisit) in visitDeclaration()
|
H A D | ClampIndirectIndices.cpp | 32 ASSERT(visit == PreVisit);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
H A D | BreakVariableAliasingInInnerLoops.cpp | 44 if (visit != PreVisit) 83 if (visit == PreVisit)
|
H A D | UnfoldShortCircuitToIf.cpp | 56 if (visit != PreVisit) in visitBinary() 136 if (visit != PreVisit) in visitTernary()
|
H A D | ArrayReturnValueToOutParameter.cpp | 95 if (node->getFunctionPrototype()->isArray() && visit == PreVisit) in visitFunctionDefinition() 144 if (visit == PreVisit && node->isArray() && node->getOp() == EOpCallFunctionInAST) in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermTraverse.cpp | 33 visit = node->visit(PreVisit, this); in traverse() 330 visit = node->visit(PreVisit, this); in traverseBinary() 393 visit = node->visit(PreVisit, this); in traverseUnary() 429 visit = node->visit(PreVisit, this); in traverseFunctionDefinition() 467 visit = node->visit(PreVisit, this); in traverseBlock() 665 visit = node->visit(PreVisit, this); in traverseAggregate()
|
H A D | ReplaceShadowingVariables.cpp | 54 if (visit == PreVisit) 77 if (visit == PreVisit && mParameterNames.size() != 0)
|
H A D | Visit.h | 15 PreVisit, enumerator
|
H A D | IntermTraverse.h | 155 // they correspond to. Only valid in the PreVisit call of the child. 158 ASSERT(visit == PreVisit); in getParentChildIndex() 165 ASSERT(visit != PreVisit); in getLastTraversedChildIndex() 198 // Should only be called during PreVisit or PostVisit if called from block nodes.
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | NameEmbeddedUniformStructsMetal.cpp | 31 ASSERT(visit == PreVisit);
|
H A D | DiscoverDependentFunctions.cpp | 54 if (visit != Visit::PreVisit)
|