Home
last modified time | relevance | path

Searched refs:writeMinAbsHack (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() function in SkSL::GLSLCodeGenerator
585 this->writeMinAbsHack(*c.fArguments[0], *c.fArguments[1]); in writeFunctionCall()
591 this->writeMinAbsHack(*c.fArguments[1], *c.fArguments[0]); in writeFunctionCall()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h110 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLMetalCodeGenerator.h150 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLGLSLCodeGenerator.cpp236 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() function in SkSL::GLSLCodeGenerator
560 this->writeMinAbsHack(*arguments[0], *arguments[1]); in writeFunctionCall()
566 this->writeMinAbsHack(*arguments[1], *arguments[0]); in writeFunctionCall()