Searched refs:fShort_Type (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLContext.h | 48 , fShort_Type(new Type("short", Type::kSigned_NumberKind, 0)) in Context() 49 , fShort2_Type(new Type("short2", *fShort_Type, 2)) in Context() 50 , fShort3_Type(new Type("short3", *fShort_Type, 3)) in Context() 51 , fShort4_Type(new Type("short4", *fShort_Type, 4)) in Context() 240 const std::unique_ptr<Type> fShort_Type; variable
|
D | SkSLGLSLCodeGenerator.cpp | 94 component == *fContext.fShort_Type || in getTypeName() 143 else if (type == *fContext.fShort_Type) { in getTypeName() 1178 if (type == *fContext.fShort_Type || type == *fContext.fUShort_Type || in writeFunctionCall()
|
D | SkSLHCodeGenerator.cpp | 47 type == *context.fShort_Type || in ParameterCType()
|
D | SkSLSPIRVCodeGenerator.cpp | 158 return type == *context.fInt_Type || type == *context.fShort_Type || in is_signed() 439 if (type == *fContext.fShort_Type || type == *fContext.fByte_Type) { in getActualType() 449 if (type.componentType() == *fContext.fShort_Type || in getActualType() 1318 src == *fContext.fShort_Type || in writeVectorConstructor() 1329 dst == *fContext.fShort_Type || in writeVectorConstructor() 1334 src == *fContext.fShort_Type || in writeVectorConstructor() 1352 src == *fContext.fShort_Type || in writeVectorConstructor() 1427 c.fType == *fContext.fShort_Type || in writeConstructor()
|
/external/skqp/src/sksl/ir/ |
D | SkSLSwizzle.h | 53 } else if (base == *context.fShort_Type) { in get_type()
|
D | SkSLType.cpp | 161 } else if (*this == *context.fShort_Type) { in toCompound()
|