Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.h164 bool matrixConstructHelperIsNeeded(const ConstructorCompound& c);
DSkSLMetalCodeGenerator.cpp1076 bool MetalCodeGenerator::matrixConstructHelperIsNeeded(const ConstructorCompound& c) { in matrixConstructHelperIsNeeded() function in SkSL::MetalCodeGenerator
1217 if (this->matrixConstructHelperIsNeeded(c)) { in writeConstructorCompoundMatrix()