Searched refs:switchValue (Results 1 – 6 of 6) sorted by relevance
74 bool switchValue = false;191 value: switchValue,194 switchValue = value;
249 SKSL_INT switchValue; in Make() local250 if (ConstantFolder::GetConstantInt(*value, &switchValue)) { in Make()262 if (caseValue == switchValue) { in Make()
228 bool switchValue = false;232 value: switchValue,235 switchValue = value;
123 TIntermTyped* switchValue = node->getInit(); in visitSwitch() local126 if(!switchValue || !opList) in visitSwitch()
1999 TIntermTyped* switchValue = node->getInit(); in visitSwitch() local2002 if(!switchValue || !opList) in visitSwitch()2007 switchValue->traverse(this); in visitSwitch()2032 emitBinary(sw::Shader::OPCODE_EQ, &result, switchValue, condition); in visitSwitch()
1720 Value switchValue = this->writeExpression(*s.value()); in writeSwitchStatement() local1731 switchFallthrough | (i32(caseValue) == i32(switchValue))); in writeSwitchStatement()