Home | History | Annotate | Download | only in detail

Lines Matching full:tvec2

74 // tvec2 type explicit instantiation
75 template struct tvec2<uint8, lowp>;
76 template struct tvec2<uint16, lowp>;
77 template struct tvec2<uint32, lowp>;
78 template struct tvec2<uint64, lowp>;
79 template struct tvec2<int8, lowp>;
80 template struct tvec2<int16, lowp>;
81 template struct tvec2<int32, lowp>;
82 template struct tvec2<int64, lowp>;
83 template struct tvec2<float32, lowp>;
84 template struct tvec2<float64, lowp>;
86 template struct tvec2<uint8, mediump>;
87 template struct tvec2<uint16, mediump>;
88 template struct tvec2<uint32, mediump>;
89 template struct tvec2<uint64, mediump>;
90 template struct tvec2<int8, mediump>;
91 template struct tvec2<int16, mediump>;
92 template struct tvec2<int32, mediump>;
93 template struct tvec2<int64, mediump>;
94 template struct tvec2<float32, mediump>;
95 template struct tvec2<float64, mediump>;
97 template struct tvec2<uint8, highp>;
98 template struct tvec2<uint16, highp>;
99 template struct tvec2<uint32, highp>;
100 template struct tvec2<uint64, highp>;
101 template struct tvec2<int8, highp>;
102 template struct tvec2<int16, highp>;
103 template struct tvec2<int32, highp>;
104 template struct tvec2<int64, highp>;
105 template struct tvec2<float32, highp>;
106 template struct tvec2<float64, highp>;