Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h304 SpvId writeMatrixCopy(SpvId src, const Type& srcType, const Type& dstType, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp1508 SpvId SPIRVCodeGenerator::writeMatrixCopy(SpvId src, const Type& srcType, const Type& dstType, in writeMatrixCopy() function in SkSL::SPIRVCodeGenerator
1777 return this->writeMatrixCopy(compositeId, argType, ctorType, out); in writeConstructorCompoundCast()
1818 return this->writeMatrixCopy(argument, c.argument()->type(), c.type(), out); in writeConstructorMatrixResize()