Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DSymbolTable.cpp127 mPrecisionStack.emplace_back(new PrecisionStackLevel); in push()
364 PrecisionStackLevel::iterator it = mPrecisionStack[level]->find(baseType); in getDefaultPrecision()
401 mPrecisionStack.emplace_back(new PrecisionStackLevel); in initializeBuiltIns()
DSymbolTable.h355 typedef TMap<TBasicType, TPrecision> PrecisionStackLevel; typedef
356 std::vector<std::unique_ptr<PrecisionStackLevel>> mPrecisionStack;
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h326 precisionStack.push_back( PrecisionStackLevel() ); in push()
483 PrecisionStackLevel::iterator it; in getDefaultPrecision()
525 typedef std::map< TBasicType, TPrecision > PrecisionStackLevel; typedef
526 std::vector< PrecisionStackLevel > precisionStack;