Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h264 SpvId castScalarToUnsignedInt(SpvId inputId, const Type& inputType, const Type& outputType,
DSkSLSPIRVCodeGenerator.cpp1234 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