Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp545 emitScope = scope; 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()
1288 if(emitScope == FUNCTION) in visitAggregate()
1301 else if(emitScope == GLOBAL) in visitAggregate()
1309 else UNREACHABLE(emitScope); in visitAggregate()
1315 if(emitScope == FUNCTION) in visitAggregate()
1739 if(currentScope != emitScope) in visitSelection()
1839 if(currentScope != emitScope) in visitLoop()
[all …]
DOutputASM.h369 Scope emitScope; variable