Searched refs:emitScope (Results 1 – 2 of 2) sorted by relevance
350 emitScope = scope; in emitShader()491 if(currentScope != emitScope) in visitBinary()911 if(currentScope != emitScope) in visitUnary()1117 if(currentScope != emitScope && node->getOp() != EOpFunction && node->getOp() != EOpSequence) in visitAggregate()1146 if(emitScope == FUNCTION) in visitAggregate()1159 else if(emitScope == GLOBAL) in visitAggregate()1167 else UNREACHABLE(emitScope); in visitAggregate()1173 if(emitScope == FUNCTION) in visitAggregate()1542 if(currentScope != emitScope) in visitSelection()1642 if(currentScope != emitScope) in visitLoop()[all …]
344 Scope emitScope; variable