Searched defs:int_t (Results 1 – 14 of 14) sorted by relevance
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
3 typedef int int_t; typedef
86 const glsl_type *const int_t = glsl_type::int_type; in visit() local
481 const glsl_type * const int_t; member in __anonf17808ff0111::builtin_variable_generator
18 typedef int int_t; in func() typedef
51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
50 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
20 typedef const int int_t; typedef
28 typedef int int_t; typedef
470 typedef const int int_t; typedef
322 typedef enum { A } int_t; typedef
325 typedef enum { A } int_t; typedef
81 using int_t = PerLane<int>; typedef