Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp77 : mUsesFloatLoopIndex(false), in ValidateLoopIndexExpr()
81 bool usesFloatLoopIndex() const { return mUsesFloatLoopIndex; } in usesFloatLoopIndex()
88 mUsesFloatLoopIndex = true; in visitSymbol()
105 bool mUsesFloatLoopIndex; member in __anon1a0eb92a0111::ValidateLoopIndexExpr