Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLMetalCodeGenerator.cpp482 int scalarCount = 0; in writeConstructor() local
488 if (!scalarCount) { in writeConstructor()
493 scalarCount += arg->fType.columns(); in writeConstructor()
496 if (scalarCount && scalarCount == c.fType.rows()) { in writeConstructor()
498 scalarCount = 0; in writeConstructor()
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp1241 int scalarCount = 0; in writeConstructorCompoundMatrix() local
1247 if (!scalarCount) { in writeConstructorCompoundMatrix()
1251 scalarCount += arg->type().columns(); in writeConstructorCompoundMatrix()
1254 if (scalarCount && scalarCount == matrixType.rows()) { in writeConstructorCompoundMatrix()
1257 scalarCount = 0; in writeConstructorCompoundMatrix()