Searched defs:uint_t (Results 1 – 6 of 6) sorted by relevance
274 typedef mediump_uint uint_t; typedef276 typedef highp_uint uint_t; typedef278 typedef mediump_uint uint_t; typedef280 typedef lowp_uint uint_t; typedef
136 struct uint_t : public boost::detail::exact_unsigned_base_helper<Bits> struct148 typedef typename detail::int_least_helper< ::boost::uint_t<Bits>::s>::least least;161 >::least least;163 typedef typename int_fast_t<least>::type fast;
527 const glsl_type * const uint_t; member in __anonf3ed39f50111::builtin_variable_generator
465 typedef typename GetCoresponding<FLOAT_TYPE>::uint_type uint_t; in constructOutputBuffer() typedef
524 typedef typename GetCoresponding<FLOAT_TYPE>::uint_type uint_t; in constructOutputBuffer() typedef
76 using uint_t = PerLane<unsigned int>; typedef