Home
last modified time | relevance | path

Searched refs:PreVisit (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermTraverse.cpp56 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 DAnalyzeCallDepth.cpp36 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 DValidateSwitch.cpp76 if (visit == PreVisit) in visitSelection()
176 if (visit == PreVisit) in visitLoop()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DASTMetadataHLSL.cpp73 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 DValidateAST.cpp161 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 DValidateBarrierFunctionCall.cpp33 mInMain = visit == PreVisit;
79 mBranchCount += ((visit == PreVisit) ? 1 : -1);
H A DValidateSwitch.cpp120 if (visit == PreVisit) in visitBlock()
162 if (visit == PreVisit) in visitIfElse()
263 if (visit == PreVisit) in visitLoop()
H A DOutputHLSL.cpp1356 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 DOutputGLSLBase.cpp132 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 DSplitSequenceOperator.cpp64 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 DPruneNoOps.cpp71 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 DRemoveUnreferencedVariables.cpp231 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 DRemoveAtomicCounterBuiltins.cpp36 ASSERT(visit == PreVisit);
H A DNameNamelessUniformBuffers.cpp31 ASSERT(visit == PreVisit);
H A DForcePrecisionQualifier.cpp45 if (visit == PreVisit) in visitDeclaration()
H A DClampIndirectIndices.cpp32 ASSERT(visit == PreVisit);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DBreakVariableAliasingInInnerLoops.cpp44 if (visit != PreVisit)
83 if (visit == PreVisit)
H A DUnfoldShortCircuitToIf.cpp56 if (visit != PreVisit) in visitBinary()
136 if (visit != PreVisit) in visitTernary()
H A DArrayReturnValueToOutParameter.cpp95 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 DIntermTraverse.cpp33 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 DReplaceShadowingVariables.cpp54 if (visit == PreVisit)
77 if (visit == PreVisit && mParameterNames.size() != 0)
H A DVisit.h15 PreVisit, enumerator
H A DIntermTraverse.h155 // 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 DNameEmbeddedUniformStructsMetal.cpp31 ASSERT(visit == PreVisit);
H A DDiscoverDependentFunctions.cpp54 if (visit != Visit::PreVisit)

Completed in 17 milliseconds

12