Home
last modified time | relevance | path

Searched refs:preVisit (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermTraverse.cpp24 // if preVisit is turned on and the type specific function
27 // preVisit, postVisit, and rightToLeft control what order
54 if(it->preVisit) in traverse()
121 if (it->preVisit) in traverse()
141 if(it->preVisit) in traverse()
197 if (it->preVisit) in traverse()
229 if(it->preVisit) in traverse()
251 if(it->preVisit) in traverse()
268 if(it->preVisit) in traverse()
328 if (it->preVisit) in traverse()
[all...]
H A Dintermediate.h697 TIntermTraverser(bool preVisit = true, bool inVisit = false, bool postVisit = false, bool rightToLeft = false) : in TIntermTraverser()
698 preVisit(preVisit), in TIntermTraverser()
733 const bool preVisit; member in TIntermTraverser
/third_party/glslang/glslang/MachineIndependent/
H A DIntermTraverse.cpp49 // if preVisit is turned on and the type specific function
52 // preVisit, postVisit, and rightToLeft control what order
91 if (it->preVisit) in traverse()
138 if (it->preVisit) in traverse()
158 if (it->preVisit) in traverse()
198 if (it->preVisit) in traverse()
230 if (it->preVisit) in traverse()
270 if (it->preVisit) in traverse()
290 if (it->preVisit) in traverse()
H A DLiveTraverser.h62 bool preVisit = true, bool inVisit = false, bool postVisit = false) : in TLiveTraverser()
63 TIntermTraverser(preVisit, inVisit, postVisit), in TLiveTraverser()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.cpp20 // children can have their whole subtree skipped if preVisit is turned on and the type specific
32 if (preVisit) in traverse()
214 TIntermTraverser::TIntermTraverser(bool preVisit, in TIntermTraverser() argument
218 : preVisit(preVisit), in TIntermTraverser()
228 ASSERT(!(inVisit && !preVisit && !postVisit)); in TIntermTraverser()
329 if (preVisit) in traverseBinary()
392 if (preVisit) in traverseUnary()
428 if (preVisit) in traverseFunctionDefinition()
466 if (preVisit) in traverseBlock()
[all...]
H A DIntermTraverse.h258 const bool preVisit; member in sh::TIntermTraverser
343 TLValueTrackingTraverser(bool preVisit,
H A DIntermRebuild.cpp149 TIntermRebuild::TIntermRebuild(TCompiler &compiler, bool preVisit, bool postVisit) in TIntermRebuild() argument
152 mPreVisit(preVisit), in TIntermRebuild()
155 ASSERT(preVisit || postVisit); in TIntermRebuild()
H A DIntermRebuild.h20 // exactly once, regardless of (preVisit) or (postVisit) values.
23 // * If (preVisit):
204 TIntermRebuild(TCompiler &compiler, bool preVisit, bool postVisit);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp70 void preVisit(ScopedHTType &ScopedHT);
187 void MBBInfo::preVisit(ScopedHTType &ScopedHT) { in preVisit() function in MBBInfo
218 MBBI.preVisit(ScopedHT); in runOnMachineFunction()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DDiscoverEnclosingFunctionTraverser.h19 DiscoverEnclosingFunctionTraverser(bool preVisit,
H A DIntermRebuild.h20 // exactly once, regardless of (preVisit) or (postVisit) values.
23 // * If (preVisit):
204 TIntermRebuild(TCompiler &compiler, bool preVisit, bool postVisit);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp306 if (preVisit) in traverseBlock()
335 if (preVisit) in traverseLoop()
/third_party/glslang/glslang/Include/
H A Dintermediate.h1812 // If you only want post-visits, explicitly turn off preVisit (and inVisit)
1823 TIntermTraverser(bool preVisit = true, bool inVisit = false, bool postVisit = false, bool rightToLeft = false) : in TIntermTraverser()
1824 preVisit(preVisit), in TIntermTraverser()
1862 const bool preVisit; member in glslang::TIntermTraverser

Completed in 14 milliseconds