Searched refs:fShort_Type (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/src/sksl/ |
D | SkSLContext.h | 51 , fShort_Type(new Type("short", Type::kSigned_NumberKind, 0)) in Context() 52 , fShort2_Type(new Type("short2", *fShort_Type, 2)) in Context() 53 , fShort3_Type(new Type("short3", *fShort_Type, 3)) in Context() 54 , fShort4_Type(new Type("short4", *fShort_Type, 4)) in Context() 253 const std::unique_ptr<Type> fShort_Type; variable
|
D | SkSLSPIRVCodeGenerator.cpp | 163 return type == *context.fInt_Type || type == *context.fShort_Type || in is_signed() 460 if (type.componentType() == *fContext.fShort_Type || in getActualType() 486 } else if (type == *fContext.fInt_Type || type == *fContext.fShort_Type || in getType() 1385 src == *fContext.fShort_Type || in writeVectorConstructor() 1396 dst == *fContext.fShort_Type || in writeVectorConstructor() 1401 src == *fContext.fShort_Type || in writeVectorConstructor() 1419 src == *fContext.fShort_Type || in writeVectorConstructor() 1494 c.fType == *fContext.fShort_Type || in writeConstructor() 2481 } else if (i.fType == *fContext.fShort_Type) { in writeIntLiteral()
|
D | SkSLHCodeGenerator.cpp | 49 type == *context.fShort_Type || in ParameterCType()
|
D | SkSLGLSLCodeGenerator.cpp | 139 else if (type == *fContext.fShort_Type) { in getTypeName() 1212 if (type == *fContext.fShort_Type || type == *fContext.fUShort_Type || in writeFunctionCall()
|
/third_party/flutter/skia/src/sksl/ir/ |
D | SkSLType.cpp | 162 } else if (*this == *context.fShort_Type) { in toCompound()
|
D | SkSLSwizzle.h | 59 } else if (base == *context.fShort_Type) { in get_type()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 59 &v->fType == fCompiler.context().fShort_Type.get()) { in getSpecialization()
|