Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp44 , fShort3(Type::MakeVectorType("short3", "s3", *fShort, /*columns=*/3)) in BuiltinTypes()
167 , fSVec(Type::MakeGenericType("$svec", {fInvalid.get(), fShort2.get(), fShort3.get(),
DSkSLUtil.cpp46 if (type == *context.fTypes.fShort3 ) { *outType = kShort3_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h46 const std::unique_ptr<Type> fShort3; variable
DSkSLThreadContext.cpp116 symbols.addAlias("short3", context.fTypes.fShort3.get()); in setupSymbolTable()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp141 return context.fTypes.fShort3.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp672 case 3: return *context.fTypes.fShort3; in toCompound()