Home
last modified time | relevance | path

Searched refs:int_t (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp526 const glsl_type * const int_t; member in __anon217c19b00111::builtin_variable_generator
546 bool_t(glsl_type::bool_type), int_t(glsl_type::int_type), in builtin_variable_generator()
1029 add_uniform(int_t, GLSL_PRECISION_LOW, "gl_NumSamples"); in generate_uniforms()
1130 add_system_value(SYSTEM_VALUE_VERTEX_ID, int_t, GLSL_PRECISION_HIGH, in generate_vs_special_vars()
1134 add_system_value(SYSTEM_VALUE_BASE_VERTEX, int_t, "gl_BaseVertex"); in generate_vs_special_vars()
1135 add_system_value(SYSTEM_VALUE_BASE_INSTANCE, int_t, "gl_BaseInstance"); in generate_vs_special_vars()
1136 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawID"); in generate_vs_special_vars()
1139 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, GLSL_PRECISION_HIGH, in generate_vs_special_vars()
1143 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, "gl_InstanceIDARB"); in generate_vs_special_vars()
1147 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, GLSL_PRECISION_HIGH, in generate_vs_special_vars()
[all …]
Dlower_vertex_id.cpp86 const glsl_type *const int_t = glsl_type::int_type; in visit() local
89 VertexID = new(mem_ctx) ir_variable(int_t, "__VertexID", in visit()
93 gl_VertexID = new(mem_ctx) ir_variable(int_t, "gl_VertexIDMESA", in visit()
103 gl_BaseVertex = new(mem_ctx) ir_variable(int_t, "gl_BaseVertex", in visit()
/third_party/boost/libs/stl_interfaces/test/
Drandom_access.cpp238 struct int_t struct
242 bool operator==(int_t other) const { return value_ == other.value_; } in operator ==() argument
243 bool operator!=(int_t other) const { return value_ != other.value_; } in operator !=() argument
244 bool operator<(int_t other) const { return value_ < other.value_; } in operator <() argument
250 friend bool operator==(int lhs, int_t rhs) { return lhs == rhs.value_; } in operator ==() argument
251 friend bool operator!=(int lhs, int_t rhs) { return lhs != rhs.value_; } in operator !=()
252 friend bool operator<(int lhs, int_t rhs) { return lhs < rhs.value_; } in operator <()
258 std::tuple<int_t, int>,
259 std::tuple<int_t &, int &>>
262 udt_zip_iter(int_t * it1, int * it2) : it1_(it1), it2_(it2) {} in udt_zip_iter()
[all …]
/third_party/boost/libs/integer/test/
Dinteger_include_test.cpp12 boost::int_t<16>::fast f2 = 0; in main()
14 boost::int_t<32>::exact e = 0; in main()
16 boost::int_t<12>::least l = 0; in main()
Dinteger_test.cpp62 typedef typename boost::int_t<Bits>::exact int_exact; in do_test_exact()
64 typedef typename boost::int_t<Bits>::least least_int; in do_test_exact()
99 typedef typename boost::int_t<Bits>::least least_int; in do_test_bits()
100 typedef typename boost::int_t<Bits>::least fast_int; in do_test_bits()
Dfail_int_fast.cpp8 typedef boost::int_t<sizeof(boost::intmax_t)*CHAR_BIT + 1>::fast fail_int_fast;
Dfail_int_exact.cpp8 typedef boost::int_t<sizeof(boost::intmax_t)*CHAR_BIT + 1>::exact fail_int_exact;
Dfail_int_least.cpp8 typedef boost::int_t<sizeof(boost::intmax_t)*CHAR_BIT + 1>::least fail_int_least;
Dinteger_fwd_include_test.cpp12 void f3(const boost::int_t<12>*);
/third_party/boost/libs/variant/test/
Dhash_recursive_variant_test.cpp25 using int_t = int; typedef
31 int_t,
48 int_t i = 3; in run()
/third_party/boost/boost/safe_numerics/
Dcpp.hpp41 using local_char_type = typename boost::int_t<CharBits>::exact;
42 using local_short_type = typename boost::int_t<ShortBits>::exact;
43 using local_int_type = typename boost::int_t<IntBits>::exact;
44 using local_long_type = typename boost::int_t<LongBits>::exact;
45 using local_long_long_type = typename boost::int_t<LongLongBits>::exact;
Dutility.hpp214 using signed_stored_type = typename boost::int_t<
Dsafe_base_operations.hpp715 typename boost::int_t<bits>::least, in return_value()
870 typename boost::int_t<bits>::least, in return_value()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_int.hpp262 typedef mediump_int int_t; typedef
264 typedef highp_int int_t; typedef
266 typedef mediump_int int_t; typedef
268 typedef lowp_int int_t; typedef
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtypedef-redef-c89.c1 typedef int int_t; typedef
2 typedef int int_t; typedef
/third_party/boost/boost/
Dinteger_fwd.hpp101 struct int_t;
Dinteger.hpp115 struct int_t : public boost::detail::exact_signed_base_helper<Bits> struct
/third_party/boost/boost/multiprecision/cpp_int/
Dcpp_int_config.hpp41 typename boost::int_t<N>::exact>::type>::type>::type type;
/third_party/boost/boost/detail/
Dbasic_pointerbuf.hpp79 typedef typename boost::int_t<sizeof(way) * CHAR_BIT>::least cast_type; in seekoff()
/third_party/boost/libs/multiprecision/test/
Dtest_mixed_cpp_int.cpp55 …typedef typename boost::int_t<require_digits>::least … in test()
/third_party/boost/libs/integer/doc/
Dinteger.qbk178 struct int_t
240 The [^int_t], [^uint_t], [^int_max_value_t], [^int_min_value_t], and [^uint_value_t] class template…
250 [[^boost::int_t<N>::least]]
256 [[^boost::int_t<N>::fast]]
262 [[^boost::int_t<N>::exact]]
329 boost::int_t<24>::least my_var; // my_var has at least 24-bits
/third_party/boost/boost/multiprecision/
Dinteger.hpp64 typename boost::int_t<int_t_digits>::least,
/third_party/boost/boost/graph/detail/
Dcompressed_sparse_row_struct.hpp500 typename int_t< CHAR_BIT
506 typedef typename int_t< CHAR_BIT * sizeof(EdgeIndex) >::fast
/third_party/boost/boost/regex/v4/
Dcpp_regex_traits.hpp112 typedef typename boost::int_t<sizeof(way) * CHAR_BIT>::least cast_type; in seekoff()
/third_party/boost/boost/graph/distributed/
Dcompressed_sparse_row_graph.hpp622 typedef typename int_t<CHAR_BIT * sizeof(EdgeIndex)>::fast difference_type;

12