Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp216 bool matrixConstructHelperIsNeeded(const ConstructorCompound& c);
1497 bool MetalCodeGenerator::matrixConstructHelperIsNeeded(const ConstructorCompound& c) { in matrixConstructHelperIsNeeded() function in SkSL::MetalCodeGenerator
1638 if (this->matrixConstructHelperIsNeeded(c)) { in writeConstructorCompoundMatrix()