Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLType.cpp151 } else if (*this == *context.fInt_Type || *this == *context.fIntLiteral_Type) { in toCompound()
/external/skia/src/sksl/
DSkSLContext.h26 , fIntLiteral_Type(new Type("$intLiteral", Type::kSigned_NumberKind, 1)) in Context()
214 const std::unique_ptr<Type> fIntLiteral_Type; variable
DSkSLIRGenerator.cpp1144 } else if (type == *fContext.fIntLiteral_Type) { in coerce()
DSkSLSPIRVCodeGenerator.cpp480 type == *fContext.fIntLiteral_Type) { in getType()