Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h615 static const int globalLevel = 3;
618 static bool isGlobalLevel(int level) { return level <= globalLevel; } // include user globals in isGlobalLevel()
729 table[globalLevel]->insert(*copy, separateNameSpaces); in copyUp()
734 return table[globalLevel]->find(shared->getName()); in copyUp()
811 } while (list.empty() && level >= globalLevel); in findFunctionNameList()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSymbolTable.h629 static const int globalLevel = 3; variable
632 static bool isGlobalLevel(int level) { return level <= globalLevel; } // include user globals in isGlobalLevel()
755 table[globalLevel]->insert(*copy, separateNameSpaces); in copyUp()
760 return table[globalLevel]->find(shared->getName()); in copyUp()
837 } while (list.empty() && level >= globalLevel); in findFunctionNameList()
/external/angle/src/compiler/translator/
DCompiler.cpp411 TScopedSymbolTableLevel globalLevel(&mSymbolTable); in compileTreeImpl() local