Searched refs:fShort4 (Results 1 – 6 of 6) sorted by relevance
45 , fShort4(Type::MakeVectorType("short4", "s4", *fShort, /*columns=*/4)) in BuiltinTypes()168 fShort4.get()}))
47 if (type == *context.fTypes.fShort4 ) { *outType = kShort4_GrSLType; return true; } in type_to_grsltype()
47 const std::unique_ptr<Type> fShort4; variable
117 symbols.addAlias("short4", context.fTypes.fShort4.get()); in setupSymbolTable()
143 return context.fTypes.fShort4.get(); in get_type_from_type_constant()
673 case 4: return *context.fTypes.fShort4; in toCompound()