Home
last modified time | relevance | path

Searched refs:mUsesIntLoopIndex (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp78 mUsesIntLoopIndex(false), in ValidateLoopIndexExpr()
82 bool usesIntLoopIndex() const { return mUsesIntLoopIndex; } in usesIntLoopIndex()
91 mUsesIntLoopIndex = true; in visitSymbol()
95 mUsesIntLoopIndex = true; in visitSymbol()
106 bool mUsesIntLoopIndex; member in __anonee2fa59e0111::ValidateLoopIndexExpr