Home
last modified time | relevance | path

Searched defs:var_type (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Daligned_variable.hpp30 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR(var_alignment, var_type, var_name) \ argument
33 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR_TPL(var_alignment, var_type, var_name) \ argument
39 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR(var_alignment, var_type, var_name) \ argument
46 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR_TPL(var_alignment, var_type, var_name) \ argument
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_dec.cpp1099 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local
1380 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local
2298 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8); in decode() local
2467 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4); in decode() local
2662 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local
2767 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
2871 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
2910 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local
2950 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8); in decode() local
2971 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4); in decode() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dpattern2.cpp49 typedef variant<char, int, double> var_type; in main() typedef
66 typedef variant<char, int, double> var_type; in main() typedef
83 typedef variant<char, int, double> var_type; in main() typedef
109 typedef variant<char, int, double> var_type; in main() typedef
Dpattern3.cpp72 typedef variant<char, int, double> var_type; in main() typedef
87 typedef variant<char, int, double> var_type; in main() typedef
/aosp_15_r20/art/runtime/mirror/
H A Dvar_handle_test.cc54 Handle<Class> var_type = hs.NewHandle(art_field->ResolveType()); in CreateFieldVarHandle() local
81 Handle<Class> var_type = hs.NewHandle(array_class->GetComponentType()); in CreateArrayElementVarHandle() local
100 Handle<Class> var_type = hs.NewHandle(view_array_class->GetComponentType()); in CreateByteArrayViewVarHandle() local
120 Handle<Class> var_type = hs.NewHandle(view_array_class->GetComponentType()); in CreateByteBufferViewVarHandle() local
162 Handle<Class> var_type, in InitializeVarHandle()
170 Handle<Class> var_type, in InitializeVarHandle()
179 Handle<Class> var_type, in InitializeVarHandle()
/aosp_15_r20/art/test/712-varhandle-invocations/util-src/
H A Dgenerate_java.py101 def types_that_widen_to(var_type): argument
667 def get_return_type(self, var_type): argument
781 def build_template_dictionary(test_class, var_handle_kind, accessor, var_type): argument
809 def emit_accessor_test(var_handle_kind, accessor, var_type, output_path): argument
1015 def emit_boxing_value_type_accessor_test(accessor, var_type, output_path): argument
1076 def emit_boxing_return_value_type_test(accessor, var_type, output_path): argument
/aosp_15_r20/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_dec.cpp560 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8); in decode() local
836 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local
2109 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4); in decode() local
2375 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
2479 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
3067 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4); in decode() local
3239 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
3267 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
3519 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + size_count); in decode() local
4196 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
[all …]
/aosp_15_r20/external/libcxx/utils/google-benchmark/test/
H A Doutput_test.h161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ argument
172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor… argument
189 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
192 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
/aosp_15_r20/external/google-benchmark/test/
H A Doutput_test.h159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \ argument
170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_fa… argument
187 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
190 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/test/
H A Doutput_test.h159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \ argument
170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_fa… argument
187 #define CHECK_RESULT_VALUE(entry, var_type, var_name, relationship, value) \ argument
190 #define CHECK_COUNTER_VALUE(entry, var_type, var_name, relationship, value) \ argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_output_stores_pass.cpp97 auto var_type = ptr_type->pointee_type(); in KillAllDeadStoresOfLocRef() local
140 analysis::Type* var_type = type_mgr->GetType(var->type_id()); in KillAllDeadStoresOfBuiltinRef() local
192 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in DoDeadOutputStoreElimination() local
H A Dliveness.cpp257 auto var_type = ptr_type->pointee_type(); in MarkRefLive() local
286 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in ComputeLiveness() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_output_stores_pass.cpp97 auto var_type = ptr_type->pointee_type(); in KillAllDeadStoresOfLocRef() local
140 analysis::Type* var_type = type_mgr->GetType(var->type_id()); in KillAllDeadStoresOfBuiltinRef() local
192 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in DoDeadOutputStoreElimination() local
Dliveness.cpp257 auto var_type = ptr_type->pointee_type(); in MarkRefLive() local
286 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in ComputeLiveness() local
/aosp_15_r20/external/tensorflow/tensorflow/java/src/gen/cc/
H A Dop_specs.cc290 Type var_type = in CreateInput() local
306 Type var_type = types.first.kind() == Type::GENERIC in CreateAttribute() local
325 Type var_type = Type::Class("Output", "org.tensorflow").add_parameter(type); in CreateOutput() local
/aosp_15_r20/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_dec.cpp490 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
519 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
617 EGLenum var_type = Unpack<EGLenum,uint32_t>(ptr + 8); in decode() local
722 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
1342 GLenum var_type = Unpack<GLenum,uint32_t>(ptr + 8 + 4 + 4 + 4 + 4 + 4 + 4); in decode() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/repository/test/karma/
Dsubrule.cpp95 typedef variant<char, int, double> var_type; in main() typedef
113 typedef variant<char, int, double> var_type; in main() typedef
/aosp_15_r20/system/tools/aidl/
Dgenerate_rust.cpp1076 const auto& var_type = variable->GetType(); in GenerateParcelBody() local
1100 const auto& var_type = variable->GetType(); in GenerateParcelBody() local
1151 const auto& var_type = variable->GetType(); in GenerateParcelDefault() local
1271 const auto& var_type = variable->GetType(); in GenerateParcelBody() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c742 SpvId var_type = get_glsl_type(ctx, var->type); in input_var_init() local
854 SpvId var_type = get_glsl_type(ctx, var->type); in emit_output() local
947 SpvId var_type = get_glsl_type(ctx, var->type); in emit_shader_temp() local
966 SpvId var_type = get_glsl_type(ctx, var->type); in emit_temp() local
1193 SpvId var_type = is_sampler && ctx->stage != MESA_SHADER_KERNEL && !is_buffer ? in emit_image() local
2573 create_builtin_var(struct ntv_context *ctx, SpvId var_type, in create_builtin_var()
2604 SpvId var_type = spirv_builder_type_bool(&ctx->builder); in emit_load_front_face() local
2620 SpvId var_type = spirv_builder_type_uint(&ctx->builder, 32); in emit_load_view_index() local
2638 SpvId var_type = spirv_builder_type_uint(&ctx->builder, 32); in emit_load_uint_input() local
2669 SpvId var_type; in emit_load_vec_input() local
[all …]
/aosp_15_r20/external/mesa3d/src/amd/vulkan/tests/
H A Dradv_nir_lower_hit_attrib_derefs_tests.cpp163 …const glsl_type *var_type = glsl_struct_type(fields, ARRAY_SIZE(fields), "hit_attrib_struct", fals… in TEST_F() local
197 const glsl_type *var_type = glsl_struct_type(&field, 1, "hit_attrib_struct", false); in TEST_F() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Deliminate_dead_output_stores_pass.cpp143 analysis::Type* var_type = type_mgr->GetType(var->type_id()); in KillAllDeadStoresOfBuiltinRef() local
195 analysis::Type* var_type = type_mgr->GetType(var.type_id()); in DoDeadOutputStoreElimination() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dspread_volatile_semantics_test.cpp37 const std::string var_type = in TEST_P() local
145 const std::string var_type = in TEST_P() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dspread_volatile_semantics_test.cpp37 const std::string var_type = in TEST_P() local
145 const std::string var_type = in TEST_P() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dspread_volatile_semantics_test.cpp37 const std::string var_type = in TEST_P() local
145 const std::string var_type = in TEST_P() local
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument

123