Home
last modified time | relevance | path

Searched defs:hasCondition (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h986 bool hasCondition() const { return mCondition != nullptr; } in hasCondition() function
DOutputSPIRV.cpp6002 bool hasCondition, in GetLoopBlocks()
6148 const bool hasCondition = node->getCondition() != nullptr; in visitLoop() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h671 bool hasCondition() const { return mCondition != nullptr; } in hasCondition() function