Searched refs:inputExprId (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() argument 1228 return this->castScalarToFloat(inputExprId, inputType, outputType, out); in castScalarToType() 1231 return this->castScalarToSignedInt(inputExprId, inputType, outputType, out); in castScalarToType() 1234 return this->castScalarToUnsignedInt(inputExprId, inputType, outputType, out); in castScalarToType() 1237 return this->castScalarToBoolean(inputExprId, inputType, outputType, out); in castScalarToType() 1242 return inputExprId; in castScalarToType()
|