Searched refs:fShort4 (Results 1 – 6 of 6) sorted by relevance
43 , fShort4(Type::MakeVectorType("short4", "s4", *fShort, /*columns=*/4)) in BuiltinTypes()194 fShort4.get()}))
58 if (type.matches(*context.fTypes.fShort4 )) { *outType = SkSLType::kShort4; return true; } in type_to_sksltype()
47 const std::unique_ptr<Type> fShort4; variable
160 return context.fTypes.fShort4.get(); in get_type_from_type_constant()
965 case 4: return *context.fTypes.fShort4; in toCompound()
749 REPORTER_ASSERT(r, !layout.isSupported(*context.fTypes.fShort4)); in DEF_TEST()