Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h696 … TSymbol* find(const TString& name, bool* builtIn = 0, bool* currentScope = 0, int* thisDepthP = 0)
710 if (currentScope)
711 …*currentScope = isGlobalLevel(currentLevel()) || level == currentLevel(); // consider shared leve…
DParseHelper.cpp3696 bool currentScope; in declareArray() local
3697 symbol = symbolTable.find(identifier, nullptr, &currentScope); in declareArray()
3704 if (symbol == nullptr || ! currentScope) { in declareArray()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp546 currentScope = GLOBAL; in emitShader()
698 if(currentScope != emitScope) in visitBinary()
1053 if(currentScope != emitScope) in visitUnary()
1259 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate()
1311 currentScope = FUNCTION; in visitAggregate()
1323 currentScope = GLOBAL; in visitAggregate()
1739 if(currentScope != emitScope) in visitSelection()
1839 if(currentScope != emitScope) in visitLoop()
1963 if(currentScope != emitScope) in visitBranch()
1994 if(currentScope != emitScope) in visitSwitch()
DOutputASM.h370 Scope currentScope; variable
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp6636 bool currentScope; in declareArray() local
6637 symbol = symbolTable.find(identifier, nullptr, &currentScope); in declareArray()
6643 if (symbol == nullptr || ! currentScope) { in declareArray()