Searched defs:is_uint (Results 1 – 6 of 6) sorted by relevance
58 struct is_uint : mpl::false_ {}; struct61 struct is_uint<T const> : is_uint<T> {}; struct65 struct is_uint<unsigned short> : mpl::true_ {}; struct69 struct is_uint<unsigned int> : mpl::true_ {}; struct72 struct is_uint<unsigned long> : mpl::true_ {}; struct76 struct is_uint<boost::ulong_long_type> : mpl::true_ {}; struct
55 struct is_uint : mpl::false_ {}; struct58 struct is_uint<T const> : is_uint<T> {}; struct62 struct is_uint<unsigned short> : mpl::true_ {}; struct66 struct is_uint<unsigned int> : mpl::true_ {}; struct69 struct is_uint<unsigned long> : mpl::true_ {}; struct73 struct is_uint<boost::ulong_long_type> : mpl::true_ {}; struct
37 bool is_sint = false, is_uint = false, is_hex = false; in mir_print_constant_component() local
703 bool is_uint = false; in FormatIsUInt() local
664 bool is_uint = nir_tex_instr_src_type(tex, i) == nir_type_uint; in legalize_16bit_sampler_srcs() local
8257 bool is_uint = type->base_type == GLSL_TYPE_UINT; in _bitfieldExtract() local8277 bool is_uint = type->base_type == GLSL_TYPE_UINT; in _bitfieldInsert() local