Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLLiteral.h43 return std::make_unique<Literal>(line, value, context.fTypes.fIntLiteral.get()); in MakeInt()
DSkSLType.cpp654 } else if (*this == *context.fTypes.fInt || *this == *context.fTypes.fIntLiteral) { in toCompound()
/third_party/skia/src/sksl/
DSkSLBuiltinTypes.h63 const std::unique_ptr<Type> fIntLiteral; variable
DSkSLBuiltinTypes.cpp60 , fIntLiteral(Type::MakeLiteralType("$intLiteral", *fInt, /*priority=*/5)) in BuiltinTypes()