Lines Matching refs:lowp

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>;
109 template struct tvec3<uint8, lowp>;
110 template struct tvec3<uint16, lowp>;
111 template struct tvec3<uint32, lowp>;
112 template struct tvec3<uint64, lowp>;
113 template struct tvec3<int8, lowp>;
114 template struct tvec3<int16, lowp>;
115 template struct tvec3<int32, lowp>;
116 template struct tvec3<int64, lowp>;
117 template struct tvec3<float32, lowp>;
118 template struct tvec3<float64, lowp>;
143 template struct tvec4<uint8, lowp>;
144 template struct tvec4<uint16, lowp>;
145 template struct tvec4<uint32, lowp>;
146 template struct tvec4<uint64, lowp>;
147 template struct tvec4<int8, lowp>;
148 template struct tvec4<int16, lowp>;
149 template struct tvec4<int32, lowp>;
150 template struct tvec4<int64, lowp>;
151 template struct tvec4<float32, lowp>;
152 template struct tvec4<float64, lowp>;
177 template struct tmat2x2<float32, lowp>;
178 template struct tmat2x2<float64, lowp>;
187 template struct tmat2x3<float32, lowp>;
188 template struct tmat2x3<float64, lowp>;
197 template struct tmat2x4<float32, lowp>;
198 template struct tmat2x4<float64, lowp>;
207 template struct tmat3x2<float32, lowp>;
208 template struct tmat3x2<float64, lowp>;
217 template struct tmat3x3<float32, lowp>;
218 template struct tmat3x3<float64, lowp>;
227 template struct tmat3x4<float32, lowp>;
228 template struct tmat3x4<float64, lowp>;
237 template struct tmat4x2<float32, lowp>;
238 template struct tmat4x2<float64, lowp>;
247 template struct tmat4x3<float32, lowp>;
248 template struct tmat4x3<float64, lowp>;
257 template struct tmat4x4<float32, lowp>;
258 template struct tmat4x4<float64, lowp>;
267 template struct tquat<float32, lowp>;
268 template struct tquat<float64, lowp>;
277 template struct tdualquat<float32, lowp>;
278 template struct tdualquat<float64, lowp>;