Searched refs:writeMatrixCopy (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.h | 304 SpvId writeMatrixCopy(SpvId src, const Type& srcType, const Type& dstType, OutputStream& out);
|
| D | SkSLSPIRVCodeGenerator.cpp | 1508 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()
|