Home
last modified time | relevance | path

Searched refs:fHalf_Type (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLContext.h35 , fHalf_Type(new Type("half", Type::kFloat_NumberKind, 4)) in Context()
36 , fHalf2_Type(new Type("half2", *fHalf_Type, 2)) in Context()
37 , fHalf3_Type(new Type("half3", *fHalf_Type, 3)) in Context()
38 , fHalf4_Type(new Type("half4", *fHalf_Type, 4)) in Context()
76 , fHalf2x2_Type(new Type("half2x2", *fHalf_Type, 2, 2)) in Context()
77 , fHalf2x3_Type(new Type("half2x3", *fHalf_Type, 2, 3)) in Context()
78 , fHalf2x4_Type(new Type("half2x4", *fHalf_Type, 2, 4)) in Context()
79 , fHalf3x2_Type(new Type("half3x2", *fHalf_Type, 3, 2)) in Context()
80 , fHalf3x3_Type(new Type("half3x3", *fHalf_Type, 3, 3)) in Context()
81 , fHalf3x4_Type(new Type("half3x4", *fHalf_Type, 3, 4)) in Context()
[all …]
DSkSLGLSLCodeGenerator.cpp87 if (component == *fContext.fFloat_Type || component == *fContext.fHalf_Type) { in getTypeName()
111 if (component == *fContext.fFloat_Type || component == *fContext.fHalf_Type) { in getTypeName()
136 if (type == *fContext.fHalf_Type) { in getTypeName()
1220 if (type == *fContext.fHalf_Type) { in writeFunctionCall()
DSkSLSPIRVCodeGenerator.cpp155 return type == *context.fFloat_Type || type == *context.fHalf_Type || in is_float()
457 if (type.componentType() == *fContext.fHalf_Type) { in getActualType()
491 } else if (type == *fContext.fFloat_Type || type == *fContext.fHalf_Type || in getType()
1379 if (dst == *fContext.fFloat_Type || dst == *fContext.fHalf_Type) { in writeVectorConstructor()
1380 if (src == *fContext.fFloat_Type || src == *fContext.fHalf_Type) { in writeVectorConstructor()
1398 if (src == *fContext.fFloat_Type || src == *fContext.fHalf_Type) { in writeVectorConstructor()
1416 if (src == *fContext.fFloat_Type || src == *fContext.fHalf_Type) { in writeVectorConstructor()
1491 if (c.fType == *fContext.fFloat_Type || c.fType == *fContext.fHalf_Type) { in writeConstructor()
2501 if (f.fType == *fContext.fHalf_Type) { in writeFloatLiteral()
DSkSLHCodeGenerator.cpp46 } else if (type == *context.fFloat_Type || type == *context.fHalf_Type) { in ParameterCType()
DSkSLCPPCodeGenerator.cpp548 } else if (var.fType == *fContext.fHalf_Type) { in addUniform()
DSkSLMetalCodeGenerator.cpp103 if (type == *fContext.fHalf_Type) { in writeType()
/third_party/flutter/skia/src/sksl/ir/
DSkSLIndexExpression.h29 } else if (type.componentType() == *context.fHalf_Type) { in index_type()
DSkSLType.cpp87 } else if (*this == *context.fHalf_Type) { in toCompound()
DSkSLSwizzle.h41 } else if (base == *context.fHalf_Type) { in get_type()
/third_party/flutter/skia/src/gpu/effects/
DGrSkSLFP.cpp65 &v->fType == fCompiler.context().fHalf_Type.get()) { in getSpecialization()
128 } else if (type == *fContext.fHalf_Type) { in uniformType()