Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.h140 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLMetalCodeGenerator.h184 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLGLSLCodeGenerator.cpp249 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() argument
253 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.fType) + in writeMinAbsHack()
254 this->getTypeName(absExpr.fType) + " " + tmpVar1 + ";\n"; in writeMinAbsHack()
258 this->writeExpression(absExpr, kTopLevel_Precedence); in writeMinAbsHack()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h110 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLGLSLCodeGenerator.cpp236 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() argument
240 this->fFunctionHeader += String(" ") + this->getTypePrecision(absExpr.type()) + in writeMinAbsHack()
241 this->getTypeName(absExpr.type()) + " " + tmpVar1 + ";\n"; in writeMinAbsHack()
245 this->writeExpression(absExpr, Precedence::kTopLevel); in writeMinAbsHack()
DSkSLMetalCodeGenerator.h150 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);