Searched refs:mLineRasterEmulationVar (Results 1 – 2 of 2) sorted by relevance
253 mLineRasterEmulationVar(nullptr), in SpecConst()278 if (mLineRasterEmulationVar != nullptr) in declareSpecConsts()319 if (mLineRasterEmulationVar == nullptr) in getLineRasterEmulation()324 mLineRasterEmulationVar = new TVariable(mSymbolTable, kLineRasterEmulationSpecConstVarName, in getLineRasterEmulation()328 return new TIntermSymbol(mLineRasterEmulationVar); in getLineRasterEmulation()
62 TVariable *mLineRasterEmulationVar; variable