Lines Matching refs:lowp
161 typedef detail::tmat2x2<int, lowp> lowp_imat2;
165 typedef detail::tmat3x3<int, lowp> lowp_imat3;
169 typedef detail::tmat4x4<int, lowp> lowp_imat4;
174 typedef detail::tmat2x2<int, lowp> lowp_imat2x2;
178 typedef detail::tmat2x3<int, lowp> lowp_imat2x3;
182 typedef detail::tmat2x4<int, lowp> lowp_imat2x4;
186 typedef detail::tmat3x2<int, lowp> lowp_imat3x2;
190 typedef detail::tmat3x3<int, lowp> lowp_imat3x3;
194 typedef detail::tmat3x4<int, lowp> lowp_imat3x4;
198 typedef detail::tmat4x2<int, lowp> lowp_imat4x2;
202 typedef detail::tmat4x3<int, lowp> lowp_imat4x3;
206 typedef detail::tmat4x4<int, lowp> lowp_imat4x4;
310 typedef detail::tmat2x2<uint, lowp> lowp_umat2;
314 typedef detail::tmat3x3<uint, lowp> lowp_umat3;
318 typedef detail::tmat4x4<uint, lowp> lowp_umat4;
323 typedef detail::tmat2x2<uint, lowp> lowp_umat2x2;
327 typedef detail::tmat2x3<uint, lowp> lowp_umat2x3;
331 typedef detail::tmat2x4<uint, lowp> lowp_umat2x4;
335 typedef detail::tmat3x2<uint, lowp> lowp_umat3x2;
339 typedef detail::tmat3x3<uint, lowp> lowp_umat3x3;
343 typedef detail::tmat3x4<uint, lowp> lowp_umat3x4;
347 typedef detail::tmat4x2<uint, lowp> lowp_umat4x2;
351 typedef detail::tmat4x3<uint, lowp> lowp_umat4x3;
355 typedef detail::tmat4x4<uint, lowp> lowp_umat4x4;