Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp861 String tempMatrix2 = "_tempMatrix" + to_string(fVarCount++); in writeMatrixComparisonWorkaround() local
866 this->getTypeName(right.type()) + " " + tempMatrix2 + ";\n"; in writeMatrixComparisonWorkaround()
869 this->write("), (" + tempMatrix2 + " = "); in writeMatrixComparisonWorkaround()
873 this->write(" " + tempMatrix2 + "))"); in writeMatrixComparisonWorkaround()