Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp43 , fShort2(Type::MakeVectorType("short2", "s2", *fShort, /*columns=*/2)) in BuiltinTypes()
167 , fSVec(Type::MakeGenericType("$svec", {fInvalid.get(), fShort2.get(), fShort3.get(),
DSkSLUtil.cpp45 if (type == *context.fTypes.fShort2 ) { *outType = kShort2_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h45 const std::unique_ptr<Type> fShort2; variable
DSkSLThreadContext.cpp115 symbols.addAlias("short2", context.fTypes.fShort2.get()); in setupSymbolTable()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp139 return context.fTypes.fShort2.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp671 case 2: return *context.fTypes.fShort2; in toCompound()