Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp734 String tmpN = this->getTempVariable(arguments[1]->type()); in writeIntrinsicCall() local
741 this->write(", " + tmpN + " = "); in writeIntrinsicCall()
745 this->write(", " + tmpI + " - 2 * " + tmpN + " * " + tmpI + " * " + tmpN + ")"); in writeIntrinsicCall()