Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h169 void writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, const Type& dstType,
DSkSLSPIRVCodeGenerator.cpp1574 void SPIRVCodeGenerator::writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, in writeMatrixCopy() function in SkSL::SPIRVCodeGenerator
1593 this->writeMatrixCopy(result, arguments[0], c.fArguments[0]->fType, c.fType, out); in writeMatrixConstructor()