Home
last modified time | relevance | path

Searched refs:fShort (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp108 , fShort(MakeScalarType("short", "s", Type::NumberKind::kSigned, /*priority=*/4)) in BuiltinTypes()
109 , fShort2(MakeVectorType("short2", "s2", *fShort, /*columns=*/2)) in BuiltinTypes()
110 , fShort3(MakeVectorType("short3", "s3", *fShort, /*columns=*/3)) in BuiltinTypes()
111 , fShort4(MakeVectorType("short4", "s4", *fShort, /*columns=*/4)) in BuiltinTypes()
DSkSLUtil.cpp46 if (type == *context.fTypes.fShort ) { *outType = kShort_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h44 const std::unique_ptr<Type> fShort; variable
/external/skia/src/sksl/ir/
DSkSLType.cpp139 } else if (*this == *context.fTypes.fShort) { in toCompound()
143 case 1: return *context.fTypes.fShort; in toCompound()
/external/skia/src/sksl/dsl/
DDSLType.cpp141 return *context.fTypes.fShort; in skslType()
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.cpp56 type == *context.fTypes.fShort) { in ParameterCType()
DSkSLGLSLCodeGenerator.cpp141 else if (type == *fContext.fTypes.fShort) { in getTypeName()
1112 if (type == *fContext.fTypes.fShort || type == *fContext.fTypes.fUShort) { in getTypePrecision()
DSkSLCPPCodeGenerator.cpp456 if (type == *context.fTypes.fShort ) { return "kShort_GrSLType"; } in glsltype_string()
DSkSLSPIRVCodeGenerator.cpp493 if (type.componentType() == *fContext.fTypes.fShort) { in getActualType()
529 } else if (type == *fContext.fTypes.fInt || type == *fContext.fTypes.fShort || in getType()