Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp142 String tmpVar1 = "minAbsHackVar" + to_string(fVarCount++); in writeMinAbsHack() local
144 this->fFunctionHeader += " " + absExpr.fType.name() + " " + tmpVar1 + ";\n"; in writeMinAbsHack()
146 this->write("((" + tmpVar1 + " = "); in writeMinAbsHack()
150 this->write(") ? " + tmpVar1 + " : " + tmpVar2 + ")"); in writeMinAbsHack()