Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h126 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLMetalCodeGenerator.h162 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLGLSLCodeGenerator.cpp253 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() function in SkSL::GLSLCodeGenerator
562 this->writeMinAbsHack(*arguments[0], *arguments[1]); in writeFunctionCall()
568 this->writeMinAbsHack(*arguments[1], *arguments[0]); in writeFunctionCall()
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.h140 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLMetalCodeGenerator.h181 void writeMinAbsHack(Expression& absExpr, Expression& otherExpr);
DSkSLGLSLCodeGenerator.cpp253 void GLSLCodeGenerator::writeMinAbsHack(Expression& absExpr, Expression& otherExpr) { in writeMinAbsHack() function in SkSL::GLSLCodeGenerator
581 this->writeMinAbsHack(*c.fArguments[0], *c.fArguments[1]); in writeFunctionCall()
587 this->writeMinAbsHack(*c.fArguments[1], *c.fArguments[0]); in writeFunctionCall()