Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h191 void writeMatrixCopy(SpvId id, SpvId src, const Type& srcType, const Type& dstType,
DSkSLSPIRVCodeGenerator.cpp1128 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/
DSkSLSPIRVCodeGenerator.h286 SpvId writeMatrixCopy(SpvId src, const Type& srcType, const Type& dstType, OutputStream& out);
DSkSLSPIRVCodeGenerator.cpp1425 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()