Lines Matching refs:highp
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>;
131 template struct tvec3<uint8, highp>;
132 template struct tvec3<uint16, highp>;
133 template struct tvec3<uint32, highp>;
134 template struct tvec3<uint64, highp>;
135 template struct tvec3<int8, highp>;
136 template struct tvec3<int16, highp>;
137 template struct tvec3<int32, highp>;
138 template struct tvec3<int64, highp>;
139 template struct tvec3<float32, highp>;
140 template struct tvec3<float64, highp>;
165 template struct tvec4<uint8, highp>;
166 template struct tvec4<uint16, highp>;
167 template struct tvec4<uint32, highp>;
168 template struct tvec4<uint64, highp>;
169 template struct tvec4<int8, highp>;
170 template struct tvec4<int16, highp>;
171 template struct tvec4<int32, highp>;
172 template struct tvec4<int64, highp>;
173 template struct tvec4<float32, highp>;
174 template struct tvec4<float64, highp>;
183 template struct tmat2x2<float32, highp>;
184 template struct tmat2x2<float64, highp>;
193 template struct tmat2x3<float32, highp>;
194 template struct tmat2x3<float64, highp>;
203 template struct tmat2x4<float32, highp>;
204 template struct tmat2x4<float64, highp>;
213 template struct tmat3x2<float32, highp>;
214 template struct tmat3x2<float64, highp>;
223 template struct tmat3x3<float32, highp>;
224 template struct tmat3x3<float64, highp>;
233 template struct tmat3x4<float32, highp>;
234 template struct tmat3x4<float64, highp>;
243 template struct tmat4x2<float32, highp>;
244 template struct tmat4x2<float64, highp>;
253 template struct tmat4x3<float32, highp>;
254 template struct tmat4x3<float64, highp>;
263 template struct tmat4x4<float32, highp>;
264 template struct tmat4x4<float64, highp>;
273 template struct tquat<float32, highp>;
274 template struct tquat<float64, highp>;
283 template struct tdualquat<float32, highp>;
284 template struct tdualquat<float64, highp>;