Searched refs:testFirst (Results 1 – 6 of 6) sorted by relevance
| /third_party/glslang/glslang/Include/ |
| D | intermediate.h | 1151 TIntermLoop(TIntermNode* aBody, TIntermTyped* aTest, TIntermTyped* aTerminal, bool testFirst) : in TIntermLoop() argument 1155 first(testFirst), in TIntermLoop() 1172 bool testFirst() const { return first; } in testFirst() function
|
| /third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
| D | RangeSpecificationTest.java | 130 public void testFirst() { in testFirst() method in RangeSpecificationTest
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | localintermediate.h | 507 …TIntermLoop* addLoop(TIntermNode*, TIntermTyped*, TIntermTyped*, bool testFirst, const TSourceLoc&… 508 …termAggregate* addForLoop(TIntermNode*, TIntermNode*, TIntermTyped*, TIntermTyped*, bool testFirst,
|
| D | Intermediate.cpp | 2699 …ntermediate::addLoop(TIntermNode* body, TIntermTyped* test, TIntermTyped* terminal, bool testFirst, in addLoop() argument 2702 TIntermLoop* node = new TIntermLoop(body, test, terminal, testFirst); in addLoop() 2712 TIntermTyped* terminal, bool testFirst, const TSourceLoc& loc, TIntermLoop*& node) in addForLoop() argument 2714 node = new TIntermLoop(body, test, terminal, testFirst); in addForLoop()
|
| D | intermOut.cpp | 1364 if (! node->testFirst()) in visitLoop()
|
| /third_party/glslang/SPIRV/ |
| D | GlslangToSpv.cpp | 3379 if (node->testFirst() && node->getTest()) { in visitLoop()
|