Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp21 bool IsLoopIndex(const TIntermSymbol* symbol, const TLoopStack& stack) { in IsLoopIndex() function
62 IsLoopIndex(symbol, mLoopStack); in visitSymbol()
85 if (IsLoopIndex(symbol, mLoopStack)) { in visitSymbol()
195 return IsLoopIndex(symbol, mLoopStack); in isLoopIndex()