Lines Matching refs:emitScope
545 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()
1963 if(currentScope != emitScope) in visitBranch()
1994 if(currentScope != emitScope) in visitSwitch()