Searched refs:writeMatrixCopy (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.h | 191 void writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, const Type& dstType,
|
D | SkSLSPIRVCodeGenerator.cpp | 1128 void SPIRVCodeGenerator::writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, in writeMatrixCopy() function in SkSL::SPIRVCodeGenerator 1223 this->writeMatrixCopy(result, arguments[0], c.fArguments[0]->fType, c.fType, out); in writeMatrixConstructor()
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 286 SpvId writeMatrixCopy(SpvId src, const Type& srcType, const Type& dstType, OutputStream& out);
|
D | SkSLSPIRVCodeGenerator.cpp | 1425 SpvId SPIRVCodeGenerator::writeMatrixCopy(SpvId src, const Type& srcType, const Type& dstType, in writeMatrixCopy() function in SkSL::SPIRVCodeGenerator 1704 return this->writeMatrixCopy(compositeId, argType, ctorType, out); in writeConstructorCompoundCast() 1745 return this->writeMatrixCopy(argument, c.argument()->type(), c.type(), out); in writeConstructorMatrixResize()
|