Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLIntLiteral.h36 return std::make_unique<IntLiteral>(offset, value, context.fTypes.fIntLiteral.get()); in Make()
DSkSLType.cpp127 } else if (*this == *context.fTypes.fInt || *this == *context.fTypes.fIntLiteral) { in toCompound()
/external/skia/src/sksl/
DSkSLBuiltinTypes.h62 const std::unique_ptr<Type> fIntLiteral; variable
DSkSLBuiltinTypes.cpp123 , fIntLiteral(MakeLiteralType("$intLiteral", *fInt, /*priority=*/5)) in BuiltinTypes()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp530 type == *fContext.fTypes.fIntLiteral) { in getType()