Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h156 String getInversePolyfill(const ExpressionArray& arguments);
DSkSLMetalCodeGenerator.cpp448 String MetalCodeGenerator::getInversePolyfill(const ExpressionArray& arguments) { in getInversePolyfill() function in SkSL::MetalCodeGenerator
716 this->write(this->getInversePolyfill(arguments)); in writeIntrinsicCall()