Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h48 , 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
DSkSLGLSLCodeGenerator.cpp94 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()
DSkSLHCodeGenerator.cpp47 type == *context.fShort_Type || in ParameterCType()
DSkSLSPIRVCodeGenerator.cpp158 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/
DSkSLSwizzle.h53 } else if (base == *context.fShort_Type) { in get_type()
DSkSLType.cpp161 } else if (*this == *context.fShort_Type) { in toCompound()