Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 9744) sorted by relevance

12345678910>>...390

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dload_functions_table_autogen.cpp59 LoadImageFunctionInfo A1RGB5_ANGLEX_to_A1R5G5B5_UNORM(GLenum type) in A1RGB5_ANGLEX_to_A1R5G5B5_UNORM()
73 LoadImageFunctionInfo ALPHA_to_R16G16B16A16_FLOAT(GLenum type) in ALPHA_to_R16G16B16A16_FLOAT()
89 LoadImageFunctionInfo ALPHA_to_R32G32B32A32_FLOAT(GLenum type) in ALPHA_to_R32G32B32A32_FLOAT()
103 LoadImageFunctionInfo ALPHA_to_default(GLenum type) in ALPHA_to_default()
115 LoadImageFunctionInfo ALPHA16F_EXT_to_default(GLenum type) in ALPHA16F_EXT_to_default()
129 LoadImageFunctionInfo ALPHA32F_EXT_to_default(GLenum type) in ALPHA32F_EXT_to_default()
141 LoadImageFunctionInfo ALPHA8_EXT_to_A8_UNORM(GLenum type) in ALPHA8_EXT_to_A8_UNORM()
153 LoadImageFunctionInfo ALPHA8_EXT_to_R8G8B8A8_UNORM(GLenum type) in ALPHA8_EXT_to_R8G8B8A8_UNORM()
165 LoadImageFunctionInfo ALPHA8_EXT_to_R8_UNORM(GLenum type) in ALPHA8_EXT_to_R8_UNORM()
177 LoadImageFunctionInfo BGR565_ANGLEX_to_B5G6R5_UNORM(GLenum type) in BGR565_ANGLEX_to_B5G6R5_UNORM()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dload_functions_table_autogen.cpp59 LoadImageFunctionInfo A1RGB5_ANGLEX_to_A1R5G5B5_UNORM(GLenum type) in A1RGB5_ANGLEX_to_A1R5G5B5_UNORM()
73 LoadImageFunctionInfo ALPHA_to_R16G16B16A16_FLOAT(GLenum type) in ALPHA_to_R16G16B16A16_FLOAT()
89 LoadImageFunctionInfo ALPHA_to_R32G32B32A32_FLOAT(GLenum type) in ALPHA_to_R32G32B32A32_FLOAT()
103 LoadImageFunctionInfo ALPHA_to_default(GLenum type) in ALPHA_to_default()
115 LoadImageFunctionInfo ALPHA16F_EXT_to_R16_FLOAT(GLenum type) in ALPHA16F_EXT_to_R16_FLOAT()
129 LoadImageFunctionInfo ALPHA16F_EXT_to_default(GLenum type) in ALPHA16F_EXT_to_default()
143 LoadImageFunctionInfo ALPHA32F_EXT_to_R32_FLOAT(GLenum type) in ALPHA32F_EXT_to_R32_FLOAT()
155 LoadImageFunctionInfo ALPHA32F_EXT_to_default(GLenum type) in ALPHA32F_EXT_to_default()
167 LoadImageFunctionInfo ALPHA8_EXT_to_A8_UNORM(GLenum type) in ALPHA8_EXT_to_A8_UNORM()
179 LoadImageFunctionInfo ALPHA8_EXT_to_R8G8B8A8_UNORM(GLenum type) in ALPHA8_EXT_to_R8G8B8A8_UNORM()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtype_trait.hpp41 struct type struct
43 static bool const is_vec = false;
44 static bool const is_mat = false;
45 static bool const is_quat = false;
46 static length_t const components = 0;
47 static length_t const cols = 0;
48 static length_t const rows = 0;
52 struct type<tvec1, T, P> struct
54 static bool const is_vec = true;
55 static bool const is_mat = false;
[all …]
/third_party/boost/libs/bind/test/
Dbind_mf2_test.cpp67 bind( type<void>(), &X::f0, &x )(); in member_function_test() local
68 bind( type<void>(), &X::f0, ref(x) )(); in member_function_test() local
70 bind( type<void>(), &X::g0, &x )(); in member_function_test() local
71 bind( type<void>(), &X::g0, x )(); in member_function_test() local
72 bind( type<void>(), &X::g0, ref(x) )(); in member_function_test() local
76 bind( type<void>(), &X::f1, &x, 1 )(); in member_function_test() local
77 bind( type<void>(), &X::f1, ref(x), 1 )(); in member_function_test() local
79 bind( type<void>(), &X::g1, &x, 1 )(); in member_function_test() local
80 bind( type<void>(), &X::g1, x, 1 )(); in member_function_test() local
81 bind( type<void>(), &X::g1, ref(x), 1 )(); in member_function_test() local
[all …]
/third_party/boost/boost/units/systems/si/
Dio.hpp24 inline std::string name_string(const reduce_unit<si::absorbed_dose>::type&) { return "gray"; } in name_string()
25 inline std::string symbol_string(const reduce_unit<si::absorbed_dose>::type&) { return "Gy"; } in symbol_string()
31 inline std::string name_string(const reduce_unit<si::capacitance>::type&) { return "farad"; } in name_string()
32 inline std::string symbol_string(const reduce_unit<si::capacitance>::type&) { return "F"; } in symbol_string()
34 inline std::string name_string(const reduce_unit<si::catalytic_activity>::type&) { return "katal"; } in name_string()
35 inline std::string symbol_string(const reduce_unit<si::catalytic_activity>::type&) { return "kat"; } in symbol_string()
37 inline std::string name_string(const reduce_unit<si::conductance>::type&) { return "siemen"; } in name_string()
38 inline std::string symbol_string(const reduce_unit<si::conductance>::type&) { return "S"; } in symbol_string()
44 inline std::string name_string(const reduce_unit<si::electric_charge>::type&) { return "coulomb"; } in name_string()
45 inline std::string symbol_string(const reduce_unit<si::electric_charge>::type&) { return "C"; } in symbol_string()
[all …]
/third_party/boost/boost/qvm/
Ddeduce_scalar.hpp26 typedef T type; typedef
29 … template <> struct deduce_scalar_impl<signed char,unsigned char> { typedef unsigned char type; }; typedef
30 …template <> struct deduce_scalar_impl<signed char,unsigned short> { typedef unsigned short type; }; typedef
31 … template <> struct deduce_scalar_impl<signed char,unsigned int> { typedef unsigned int type; }; typedef
32 … template <> struct deduce_scalar_impl<signed char,unsigned long> { typedef unsigned long type; }; typedef
33 … template <> struct deduce_scalar_impl<signed char,signed short> { typedef signed short type; }; typedef
34 … template <> struct deduce_scalar_impl<signed char,signed int> { typedef signed int type; }; typedef
35 … template <> struct deduce_scalar_impl<signed char,signed long> { typedef signed long type; }; typedef
36 template <> struct deduce_scalar_impl<signed char,float> { typedef float type; }; typedef
37 template <> struct deduce_scalar_impl<signed char,double> { typedef double type; }; typedef
[all …]
/third_party/boost/boost/phoenix/core/detail/cpp03/preprocessed/
Dphx2_result_50.hpp25 typedef typename F::template result<A0>::type type; typedef
30 typedef typename F::template result<A0>::type type; typedef
35 typedef typename F::template result<A0>::type type; typedef
55 typedef typename F::template result<A0 , A1>::type type; typedef
60 typedef typename F::template result<A0 , A1>::type type; typedef
65 typedef typename F::template result<A0 , A1>::type type; typedef
85 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
90 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
95 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
115 typedef typename F::template result<A0 , A1 , A2 , A3>::type type; typedef
[all …]
Dphx2_result_40.hpp25 typedef typename F::template result<A0>::type type; typedef
30 typedef typename F::template result<A0>::type type; typedef
35 typedef typename F::template result<A0>::type type; typedef
55 typedef typename F::template result<A0 , A1>::type type; typedef
60 typedef typename F::template result<A0 , A1>::type type; typedef
65 typedef typename F::template result<A0 , A1>::type type; typedef
85 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
90 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
95 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
115 typedef typename F::template result<A0 , A1 , A2 , A3>::type type; typedef
[all …]
Dactor_result_of_50.hpp24 type; typedef
46 type; typedef
68 type; typedef
90 type; typedef
112 type; typedef
134 type; typedef
156 type; typedef
178 type; typedef
200 type; typedef
222 type; typedef
[all …]
Dphx2_result_30.hpp25 typedef typename F::template result<A0>::type type; typedef
30 typedef typename F::template result<A0>::type type; typedef
35 typedef typename F::template result<A0>::type type; typedef
55 typedef typename F::template result<A0 , A1>::type type; typedef
60 typedef typename F::template result<A0 , A1>::type type; typedef
65 typedef typename F::template result<A0 , A1>::type type; typedef
85 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
90 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
95 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
115 typedef typename F::template result<A0 , A1 , A2 , A3>::type type; typedef
[all …]
Dactor_result_of_40.hpp24 type; typedef
46 type; typedef
68 type; typedef
90 type; typedef
112 type; typedef
134 type; typedef
156 type; typedef
178 type; typedef
200 type; typedef
222 type; typedef
[all …]
Dactor_result_of_30.hpp24 type; typedef
46 type; typedef
68 type; typedef
90 type; typedef
112 type; typedef
134 type; typedef
156 type; typedef
178 type; typedef
200 type; typedef
222 type; typedef
[all …]
Dphx2_result_20.hpp25 typedef typename F::template result<A0>::type type; typedef
30 typedef typename F::template result<A0>::type type; typedef
35 typedef typename F::template result<A0>::type type; typedef
55 typedef typename F::template result<A0 , A1>::type type; typedef
60 typedef typename F::template result<A0 , A1>::type type; typedef
65 typedef typename F::template result<A0 , A1>::type type; typedef
85 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
90 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
95 typedef typename F::template result<A0 , A1 , A2>::type type; typedef
115 typedef typename F::template result<A0 , A1 , A2 , A3>::type type; typedef
[all …]
/third_party/boost/boost/fusion/container/vector/detail/cpp03/preprocessed/
Dvector_chooser50.hpp14 …34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 , T48 , T49> type; typedef
19 typedef vector0<> type; typedef
26 typedef vector1<T0> type; typedef
33 typedef vector2<T0 , T1> type; typedef
40 typedef vector3<T0 , T1 , T2> type; typedef
47 typedef vector4<T0 , T1 , T2 , T3> type; typedef
54 typedef vector5<T0 , T1 , T2 , T3 , T4> type; typedef
61 typedef vector6<T0 , T1 , T2 , T3 , T4 , T5> type; typedef
68 typedef vector7<T0 , T1 , T2 , T3 , T4 , T5 , T6> type; typedef
75 typedef vector8<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7> type; typedef
[all …]
Dvector_chooser40.hpp14 …24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39> type; typedef
19 typedef vector0<> type; typedef
26 typedef vector1<T0> type; typedef
33 typedef vector2<T0 , T1> type; typedef
40 typedef vector3<T0 , T1 , T2> type; typedef
47 typedef vector4<T0 , T1 , T2 , T3> type; typedef
54 typedef vector5<T0 , T1 , T2 , T3 , T4> type; typedef
61 typedef vector6<T0 , T1 , T2 , T3 , T4 , T5> type; typedef
68 typedef vector7<T0 , T1 , T2 , T3 , T4 , T5 , T6> type; typedef
75 typedef vector8<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7> type; typedef
[all …]
Dvector_chooser30.hpp14 …14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29> type; typedef
19 typedef vector0<> type; typedef
26 typedef vector1<T0> type; typedef
33 typedef vector2<T0 , T1> type; typedef
40 typedef vector3<T0 , T1 , T2> type; typedef
47 typedef vector4<T0 , T1 , T2 , T3> type; typedef
54 typedef vector5<T0 , T1 , T2 , T3 , T4> type; typedef
61 typedef vector6<T0 , T1 , T2 , T3 , T4 , T5> type; typedef
68 typedef vector7<T0 , T1 , T2 , T3 , T4 , T5 , T6> type; typedef
75 typedef vector8<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7> type; typedef
[all …]
/third_party/mesa3d/src/compiler/
Dnir_types.cpp32 glsl_get_type_name(const glsl_type *type) in glsl_get_type_name()
38 glsl_array_size(const struct glsl_type *type) in glsl_array_size()
44 glsl_get_array_element(const glsl_type* type) in glsl_get_array_element()
54 glsl_without_array(const glsl_type *type) in glsl_without_array()
60 glsl_without_array_or_matrix(const glsl_type *type) in glsl_without_array_or_matrix()
69 glsl_get_bare_type(const glsl_type *type) in glsl_get_bare_type()
75 glsl_get_struct_field(const glsl_type *type, unsigned index) in glsl_get_struct_field()
81 glsl_get_struct_field_offset(const struct glsl_type *type, in glsl_get_struct_field_offset()
88 glsl_get_struct_field_data(const struct glsl_type *type, unsigned index) in glsl_get_struct_field_data()
96 glsl_get_explicit_stride(const struct glsl_type *type) in glsl_get_explicit_stride()
[all …]
/third_party/boost/boost/lambda/detail/
Dlambda_traits.hpp46 typedef typename T::type type; typedef
54 IF_type_<typename IF<C, T, E>::RET >::type type; typedef
58 template <class T> struct identity_mapping { typedef T type; }; typedef
91 >::RET type; typedef in boost::lambda::detail::remove_reference_if_valid
99 >::type type; typedef
109 >::non_const_type type; typedef
117 >::type type; typedef
161 typedef T2 type; typedef
168 parameter_traits_class_instantiated_with_reference_type type; typedef
173 typedef T (&type)[n]; typedef
[all …]
/third_party/boost/boost/icl/type_traits/
Dis_combinable.hpp26 typedef is_overloadable<Type> type; typedef
37 typedef is_codomain_equal<LeftT, RightT> type; typedef
48 typedef is_key_compare_equal<LeftT, RightT> type; typedef
58 typedef is_codomain_type_equal<LeftT, RightT> type; typedef
70 typedef is_concept_compatible<IsConcept, LeftT, RightT> type; typedef
85 typedef is_concept_combinable<LeftConcept, RightConcept, LeftT, RightT> type; typedef
98 typedef is_intra_combinable<LeftT, RightT> type; typedef
114 typedef is_cross_combinable<LeftT, RightT> type; typedef
126 typedef is_inter_combinable<LeftT, RightT> type; typedef
139 typedef is_fragment_of type; typedef
[all …]
/third_party/boost/boost/units/systems/cgs/
Dio.hpp22 inline std::string name_string(const reduce_unit<cgs::acceleration>::type&) { return "galileo"; } in name_string()
23 inline std::string symbol_string(const reduce_unit<cgs::acceleration>::type&) { return "Gal"; } in symbol_string()
25 inline std::string name_string(const reduce_unit<cgs::current>::type&) { return "biot"; } in name_string()
26 inline std::string symbol_string(const reduce_unit<cgs::current>::type&) { return "Bi"; } in symbol_string()
28 inline std::string name_string(const reduce_unit<cgs::dynamic_viscosity>::type&) { return "poise"; } in name_string()
29 inline std::string symbol_string(const reduce_unit<cgs::dynamic_viscosity>::type&) { return "P"; } in symbol_string()
31 inline std::string name_string(const reduce_unit<cgs::energy>::type&) { return "erg"; } in name_string()
32 inline std::string symbol_string(const reduce_unit<cgs::energy>::type&) { return "erg"; } in symbol_string()
34 inline std::string name_string(const reduce_unit<cgs::force>::type&) { return "dyne"; } in name_string()
35 inline std::string symbol_string(const reduce_unit<cgs::force>::type&) { return "dyn"; } in symbol_string()
[all …]
/third_party/boost/boost/gil/io/
Dwrite_view.hpp25 void write_view(Writer& writer, View const& view, in write_view()
31 typename is_format_tag<typename Writer::format_tag_t>::type, in write_view()
46 void write_view(Device& device, View const& view, FormatTag const& tag, in write_view()
51 typename detail::is_write_device<FormatTag, Device>::type, in write_view()
52 typename is_format_tag<FormatTag>::type, in write_view()
69 void write_view(String const& file_name, View const& view, FormatTag const& tag, in write_view()
75 typename is_format_tag<FormatTag>::type, in write_view()
92 void write_view( in write_view()
98 typename detail::is_write_device<FormatTag, Device>::type, in write_view()
99 typename is_format_tag<FormatTag>::type, in write_view()
[all …]
/third_party/grpc/tools/run_tests/performance/
Dscenario_result_schema.json7 "type": "INTEGER" string
12 "type": "STRING" string
17 "type": "STRING" string
22 "type": "STRING" string
27 "type": "STRING" string
32 "type": "TIMESTAMP" string
37 "type": "RECORD" string
44 "type": "STRING" string
49 "type": "STRING" string
54 "type": "INTEGER" string
[all …]
/third_party/skia/bench/
Dmicrobench.json5 "type": "INTEGER" string
9 "type": "INTEGER" string
13 "type": "STRING" string
17 "type": "INTEGER" string
21 "type": "FLOAT" string
25 "type": "STRING" string
29 "type": "BOOLEAN" string
33 "type": "RECORD", string
37 "type": "STRING" string
41 "type": "STRING" string
[all …]
/third_party/flutter/skia/bench/
Dmicrobench.json5 "type": "INTEGER" string
9 "type": "INTEGER" string
13 "type": "STRING" string
17 "type": "INTEGER" string
21 "type": "FLOAT" string
25 "type": "STRING" string
29 "type": "BOOLEAN" string
33 "type": "RECORD", string
37 "type": "STRING" string
41 "type": "STRING" string
[all …]
Dskpbench.json5 "type": "INTEGER" string
9 "type": "INTEGER" string
13 "type": "STRING" string
17 "type": "INTEGER" string
21 "type": "FLOAT" string
25 "type": "STRING" string
29 "type": "BOOLEAN" string
33 "type": "RECORD", string
37 "type": "STRING" string
41 "type": "STRING" string
[all …]

12345678910>>...390