Searched defs:int_t (Results 1 – 8 of 8) sorted by relevance
1 typedef int int_t; typedef2 typedef int int_t; typedef
262 typedef mediump_int int_t; typedef264 typedef highp_int int_t; typedef266 typedef mediump_int int_t; typedef268 typedef lowp_int int_t; typedef
238 struct int_t struct242 bool operator==(int_t other) const { return value_ == other.value_; } in operator ==() argument243 bool operator!=(int_t other) const { return value_ != other.value_; } in operator !=() argument244 bool operator<(int_t other) const { return value_ < other.value_; } in operator <() argument250 friend bool operator==(int lhs, int_t rhs) { return lhs == rhs.value_; } in operator ==() argument
25 using int_t = int; typedef
115 struct int_t : public boost::detail::exact_signed_base_helper<Bits> struct130 >::least least;131 typedef typename int_fast_t<least>::type fast;
86 const glsl_type *const int_t = glsl_type::int_type; in visit() local
526 const glsl_type * const int_t; member in __anon217c19b00111::builtin_variable_generator
81 using int_t = PerLane<int>; typedef