Home
last modified time | relevance | path

Searched refs:scalarTypeForLiteral (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLConstructorScalarCast.cpp60 const Type& type = rawType.scalarTypeForLiteral(); in Convert()
DSkSLType.h139 return this->scalarTypeForLiteral().name(); in displayName()
381 const Type& scalarTypeForLiteral() const { in scalarTypeForLiteral() function
DSkSLPrefixExpression.cpp191 base = baseType.scalarTypeForLiteral().coerceExpression(std::move(base), context); in Convert()
/external/skia/src/sksl/
DSkSLInliner.cpp578 type = &type->scalarTypeForLiteral(); in makeInlineVariable()