Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp860 String tempMatrix1 = "_tempMatrix" + to_string(fVarCount++); in writeMatrixComparisonWorkaround() local
864 this->getTypeName(left.type()) + " " + tempMatrix1 + ";\n " + in writeMatrixComparisonWorkaround()
867 this->write("((" + tempMatrix1 + " = "); in writeMatrixComparisonWorkaround()
871 this->write("), (" + tempMatrix1 + " "); in writeMatrixComparisonWorkaround()