Home
last modified time | relevance | path

Searched refs:fFloatLiteral_Type (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLFloatLiteral.h21 : INHERITED(offset, kFloatLiteral_Kind, *context.fFloatLiteral_Type) in FloatLiteral()
DSkSLType.cpp55 if (*this == *context.fFloat_Type || *this == *context.fFloatLiteral_Type) { in toCompound()
/external/skia/src/sksl/
DSkSLContext.h25 , fFloatLiteral_Type(new Type("$floatLiteral", Type::kFloat_NumberKind, 3)) in Context()
213 const std::unique_ptr<Type> fFloatLiteral_Type; variable
DSkSLGLSLCodeGenerator.cpp712 c.fArguments[0]->fType == *fContext.fFloatLiteral_Type))) { in writeFunctionCall()
DSkSLIRGenerator.cpp1142 if (type == *fContext.fFloatLiteral_Type) { in coerce()
1860 base->fType != *fContext.fFloatLiteral_Type) { in convertPrefixExpression()
DSkSLSPIRVCodeGenerator.cpp485 type == *fContext.fFloatLiteral_Type) { in getType()