Searched refs:castScalarToUnsignedInt (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.h | 264 SpvId castScalarToUnsignedInt(SpvId inputId, const Type& inputType, const Type& outputType,
|
D | SkSLSPIRVCodeGenerator.cpp | 1234 return this->castScalarToUnsignedInt(inputExprId, inputType, outputType, out); in castScalarToType() 1323 return this->castScalarToUnsignedInt(expressionId, ctorExpr.type(), c.type(), out); in writeUIntConstructor() 1326 SpvId SPIRVCodeGenerator::castScalarToUnsignedInt(SpvId inputId, const Type& inputType, in castScalarToUnsignedInt() function in SkSL::SPIRVCodeGenerator
|