Home
last modified time | relevance | path

Searched defs:TIntermLoop (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DASTMetadataHLSL.h21 class TIntermLoop; variable
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DSkippingTraverser.h37 bool visitLoop(Visit, TIntermLoop *) { return false; } in visitLoop() argument
/aosp_15_r20/external/angle/src/compiler/translator/
H A DNodeType.h138 bool visitLoop(Visit, TIntermLoop *) override in visitLoop() argument
H A DValidateSwitch.cpp261 bool ValidateSwitch::visitLoop(Visit visit, TIntermLoop *) in visitLoop() argument
H A DName.cpp216 bool visitLoop(Visit, TIntermLoop *) override in visitLoop() argument
H A DIntermNode.cpp1610 TIntermLoop::TIntermLoop(TLoopType type, in TIntermLoop() function in sh::TIntermLoop
1626 TIntermLoop::TIntermLoop(const TIntermLoop &node) in TIntermLoop() function in sh::TIntermLoop
H A DIntermNode.h55 class TIntermLoop; variable
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A Dintermediate.h980 class TIntermLoop; variable
1083 TIntermLoop(TIntermNode* aBody, TIntermTyped* aTest, TIntermTyped* aTerminal, bool testFirst) : in TIntermLoop() function
1715 virtual bool visitLoop(TVisit, TIntermLoop*) { return true; } in visitLoop() argument
/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1133 class TIntermLoop; variable
1236 TIntermLoop(TIntermNode* aBody, TIntermTyped* aTest, TIntermTyped* aTerminal, bool testFirst) : in TIntermLoop() function
1846 virtual bool visitLoop(TVisit, TIntermLoop*) { return true; } in visitLoop() argument