Searched refs:castScalarToType (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 272 SpvId castScalarToType(SpvId inputExprId, const Type& inputType, const Type& outputType,
|
D | SkSLSPIRVCodeGenerator.cpp | 1223 SpvId SPIRVCodeGenerator::castScalarToType(SpvId inputExprId, in castScalarToType() function in SkSL::SPIRVCodeGenerator 1687 return this->castScalarToType(expressionId, ctorExpr.type(), type, out); in writeConstructorScalarCast() 1718 arguments.push_back(this->castScalarToType(componentId, srcType, dstType, out)); in writeConstructorCompoundCast()
|