Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.h164 bool matrixConstructHelperIsNeeded(const ConstructorCompound& c);
H A DSkSLMetalCodeGenerator.cpp1076 bool MetalCodeGenerator::matrixConstructHelperIsNeeded(const ConstructorCompound& c) { in matrixConstructHelperIsNeeded() function in SkSL::MetalCodeGenerator
1217 if (this->matrixConstructHelperIsNeeded(c)) { in writeConstructorCompoundMatrix()
1231 // requires your scalars to be grouped up into columns. Because `matrixConstructHelperIsNeeded` in writeConstructorCompoundMatrix()

Completed in 5 milliseconds