Searched refs:fHalf_Type (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/sksl/ |
D | SkSLContext.h | 35 , 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 …]
|
D | SkSLGLSLCodeGenerator.cpp | 87 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()
|
D | SkSLSPIRVCodeGenerator.cpp | 155 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()
|
D | SkSLHCodeGenerator.cpp | 46 } else if (type == *context.fFloat_Type || type == *context.fHalf_Type) { in ParameterCType()
|
D | SkSLCPPCodeGenerator.cpp | 548 } else if (var.fType == *fContext.fHalf_Type) { in addUniform()
|
D | SkSLMetalCodeGenerator.cpp | 103 if (type == *fContext.fHalf_Type) { in writeType()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLIndexExpression.h | 29 } else if (type.componentType() == *context.fHalf_Type) { in index_type()
|
D | SkSLType.cpp | 87 } else if (*this == *context.fHalf_Type) { in toCompound()
|
D | SkSLSwizzle.h | 41 } else if (base == *context.fHalf_Type) { in get_type()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 65 &v->fType == fCompiler.context().fHalf_Type.get()) { in getSpecialization() 128 } else if (type == *fContext.fHalf_Type) { in uniformType()
|