Searched refs:fUShort4 (Results 1 – 5 of 5) sorted by relevance
48 , fUShort4(Type::MakeVectorType("ushort4", "S4", *fUShort, /*columns=*/4)) in BuiltinTypes()196 fUShort4.get()}))
62 if (type.matches(*context.fTypes.fUShort4 )) { *outType = SkSLType::kUShort4; return true; } in type_to_sksltype()
52 const std::unique_ptr<Type> fUShort4; variable
176 return context.fTypes.fUShort4.get(); in get_type_from_type_constant()
989 case 4: return *context.fTypes.fUShort4; in toCompound()