Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp2800 const Type& srcColumnType = srcType.componentType().toCompound(fContext, srcType.rows(), 1); in writeMatrixCopy() local
2811 SpvId srcColumn = this->writeOpCompositeExtract(srcColumnType, src, i, out); in writeMatrixCopy()