Home
last modified time | relevance | path

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

12

/third_party/boost/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
/third_party/boost/libs/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
/third_party/boost/libs/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
/third_party/benchmark/test/
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
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
/third_party/abseil-cpp/absl/base/internal/
Dinline_variable.h89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument
/third_party/boost/libs/variant/test/
Drecursive_wrapper_move_test.cpp54 struct var_type : var_base { struct
/third_party/mindspore/mindspore/core/ops/
Dindex_add.cc68 auto var_type = input_args[kInputIndex0]->BuildType(); in IndexAddInferType() local
Dadam.cc40 auto var_type = input_args[kInputIndex0]->BuildType(); in AdamInfer() local
Dsparse_apply_r_m_s_prop.cc79 auto var_type = input_args[0]->BuildType(); in InferType() local
Dapply_adagrad_d_a.cc67 auto var_type = input_args[kInputIndex0]->BuildType(); in InferType() local
/third_party/glib/gio/
Dgwin32volumemonitor.c66 DWORD var_type = REG_DWORD; //the value's a REG_DWORD type in get_viewable_logical_drives() local
/third_party/boost/boost/lambda/detail/
Dlambda_functor_base.hpp68 template <class T> struct var_type { struct
69 typedef lambda_functor<identity<T&> > type;
/third_party/spirv-tools/source/opt/
Dlocal_single_store_elim_pass.cpp147 const analysis::Type* var_type = in ProcessVariable() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dlocal_single_store_elim_pass.cpp165 const analysis::Type* var_type = in ProcessVariable() local
Dinstruction.cpp415 Instruction* var_type = context()->get_def_use_mgr()->GetDef(type_id()); in IsVulkanStorageBufferVariable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dlocal_single_store_elim_pass.cpp165 const analysis::Type* var_type = in ProcessVariable() local
Dinstruction.cpp415 Instruction* var_type = context()->get_def_use_mgr()->GetDef(type_id()); in IsVulkanStorageBufferVariable() local
Damd_ext_to_khr.cpp487 Instruction* var_type = in ReplaceMbcnt() local
/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_jump_cases.py124 def declare_temp(var_type, var_name): argument
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c452 SpvId var_type = get_glsl_type(ctx, var->type); in input_var_init() local
566 SpvId var_type = get_glsl_type(ctx, var->type); in emit_output() local
850 …SpvId var_type = is_sampler ? spirv_builder_type_sampled_image(&ctx->builder, image_type) : image_… in emit_image() local
2359 create_builtin_var(struct ntv_context *ctx, SpvId var_type, in create_builtin_var()
2379 SpvId var_type = spirv_builder_type_bool(&ctx->builder); in emit_load_front_face() local
2395 SpvId var_type = spirv_builder_type_uint(&ctx->builder, 32); in emit_load_uint_input() local
2424 SpvId var_type; in emit_load_vec_input() local
4070 SpvId var_type = get_uvec_type(&ctx, 32, 3); in nir_to_spirv() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp744 SPIRType var_type = get<SPIRType>(workgroup_id_type); in build_implicit_builtins() local
895 auto &var_type = get_variable_element_type(var); in build_implicit_builtins() local
2291 auto &var_type = meta.strip_array ? get_variable_element_type(var) : get_variable_data_type(var); in add_composite_variable_to_interface_block() local
2497 auto &var_type = meta.strip_array ? get_variable_element_type(var) : get_variable_data_type(var); in add_composite_member_variable_to_interface_block() local
2666 auto &var_type = meta.strip_array ? get_variable_element_type(var) : get_variable_data_type(var); in add_plain_member_variable_to_interface_block() local
2849 auto &var_type = get_variable_element_type(var); in add_tess_level_input_to_interface_block() local
3053 auto &var_type = meta.strip_array ? get_variable_element_type(var) : get_variable_data_type(var); in add_variable_to_interface_block() local
7451 auto &var_type = get_variable_data_type(*var); in fix_up_interpolant_access_chain() local
12366 auto &var_type = get<SPIRType>(var.basetype); in get_metal_resource_index() local
12503 auto &var_type = get<SPIRType>(arg.type); in argument_decl() local
[all …]
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_nir_passes.c43 const struct glsl_type *var_type, in get_state_var()
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp3048 const struct glsl_type *var_type, in validate_fragment_flat_interpolation_input()
3140 const struct glsl_type *var_type, in validate_interpolation_qualifier()
3228 const struct glsl_type *var_type, in interpret_interpolation_qualifier()
5236 const struct glsl_type *var_type; in hir() local

12