Searched refs:TLoopType (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.cpp | 779 const TLoopType loopType = node.getType(); in traverseLoopChildren() 790 case TLoopType::ELoopFor: in traverseLoopChildren() 792 case TLoopType::ELoopWhile: in traverseLoopChildren() 793 case TLoopType::ELoopDoWhile: in traverseLoopChildren() 825 case TLoopType::ELoopFor: in traverseLoopChildren() 828 case TLoopType::ELoopWhile: in traverseLoopChildren() 829 case TLoopType::ELoopDoWhile: in traverseLoopChildren()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | intermediate.h | 346 enum TLoopType { enum 354 TIntermLoop(TLoopType aType, in TIntermLoop() 367 TLoopType getType() const { return type; } in getType() 377 TLoopType type;
|
H A D | localintermediate.h | 50 TIntermNode* addLoop(TLoopType, TIntermNode*, TIntermTyped*, TIntermTyped*, TIntermNode*, const TSourceLoc&);
|
H A D | ValidateLimitations.cpp | 199 TLoopType type = node->getType(); in validateLoopType()
|
H A D | Intermediate.cpp | 740 TIntermNode* TIntermediate::addLoop(TLoopType type, TIntermNode* init, TIntermTyped* cond, TIntermTyped* expr, TIntermNode* body, const TSourceLoc &line) in addLoop()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | EmitMetal.cpp | 2271 const TLoopType loopType = loopNode->getType(); 2275 case TLoopType::ELoopFor: 2277 case TLoopType::ELoopWhile: 2279 case TLoopType::ELoopDoWhile: 2286 ASSERT(loopNode->getType() == TLoopType::ELoopFor); 2328 ASSERT(loopNode->getType() == TLoopType::ELoopWhile); 2348 ASSERT(loopNode->getType() == TLoopType::ELoopDoWhile);
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | IntermNode.h | 203 enum TLoopType enum 213 TIntermLoop(TLoopType type, 227 TLoopType getType() const { return mType; } in getType() 241 TLoopType mType;
|
H A D | ValidateLimitations.cpp | 179 TLoopType type = node->getType(); in validateLoopType()
|
H A D | OutputGLSLBase.cpp | 984 TLoopType loopType = node->getType(); in visitLoop()
|
H A D | ParseContext.h | 223 TIntermNode *addLoop(TLoopType type,
|
H A D | OutputSPIRV.cpp | 6001 TLoopType loopType, in GetLoopBlocks() 6137 const TLoopType loopType = node->getType(); in visitLoop()
|
H A D | IntermNode.cpp | 1586 TIntermLoop::TIntermLoop(TLoopType type, in TIntermLoop()
|
H A D | ParseContext.cpp | 2414 TIntermNode *TParseContext::addLoop(TLoopType type, in addLoop()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | SimplifyLoopConditions.cpp | 201 TLoopType loopType = node->getType(); in traverseLoop()
|
Completed in 39 milliseconds