Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h272 SpvId castScalarToType(SpvId inputExprId, const Type& inputType, const Type& outputType,
DSkSLSPIRVCodeGenerator.cpp1223 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()