Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
H A 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()

Completed in 5 milliseconds