Searched defs:MakeVec (Results 1 – 1 of 1) sorted by relevance
76 template<> struct MakeVec<schar, 1> { typedef schar type; }; struct77 template<> struct MakeVec<schar, 2> { typedef char2 type; }; struct78 template<> struct MakeVec<schar, 3> { typedef char3 type; }; argument79 template<> struct MakeVec<schar, 4> { typedef char4 type; }; argument81 template<> struct MakeVec<bool, 1> { typedef uchar type; }; struct82 template<> struct MakeVec<bool, 2> { typedef uchar2 type; }; struct83 template<> struct MakeVec<bool, 3> { typedef uchar3 type; }; struct84 template<> struct MakeVec<bool, 4> { typedef uchar4 type; }; argument