/third_party/boost/boost/atomic/detail/ |
D | aligned_variable.hpp | 30 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR(var_alignment, var_type, var_name) \ argument 31 alignas(var_alignment) var_type var_name 33 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR_TPL(var_alignment, var_type, var_name) \ argument 34 alignas(var_alignment) var_type var_name 39 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR(var_alignment, var_type, var_name) \ argument 42 var_type var_name; \ 46 #define BOOST_ATOMIC_DETAIL_ALIGNED_VAR_TPL(var_alignment, var_type, var_name) \ argument 49 var_type var_name; \
|
/third_party/benchmark/test/ |
D | output_test.h | 159 #define CHECK_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value) \ argument 161 (entry.getfn< var_type >(var_name), (value)) << "\n" \ 164 << "expected (" << #var_type << ")" << (var_name) \ 165 << "=" << (entry).getfn< var_type >(var_name) \ 170 #define CHECK_FLOAT_RESULT_VALUE_IMPL(entry, getfn, var_type, var_name, relationship, value, eps_fa… argument 172 (entry.getfn< var_type >(var_name), (value), (eps_factor) * (value)) << "\n" \ 175 << "expected (" << #var_type << ")" << (var_name) \ 176 << "=" << (entry).getfn< var_type >(var_name) \ 181 << "but delta was " << ((entry).getfn< var_type >(var_name) - (value)) \ 182 << " (" << (((entry).getfn< var_type >(var_name) - (value)) \ [all …]
|
/third_party/boost/libs/spirit/test/karma/ |
D | pattern2.cpp | 49 typedef variant<char, int, double> var_type; in main() typedef 51 karma::rule<outiter_type, var_type()> d, start; in main() 57 var_type v ('a'); in main() 66 typedef variant<char, int, double> var_type; in main() typedef 68 karma::rule<outiter_type, space_type, var_type()> d, start; in main() 74 var_type v ('a'); in main() 83 typedef variant<char, int, double> var_type; in main() typedef 85 karma::rule<outiter_type, var_type()> d, start; in main() 91 var_type v ('a'); in main() 109 typedef variant<char, int, double> var_type; in main() typedef [all …]
|
D | pattern3.cpp | 72 typedef variant<char, int, double> var_type; in main() typedef 74 karma::rule<outiter_type, var_type()> start; in main() 78 var_type v ('a'); in main() 87 typedef variant<char, int, double> var_type; in main() typedef 89 karma::rule<outiter_type, space_type, var_type()> start; in main() 93 var_type v ('a'); in main()
|
/third_party/boost/libs/spirit/repository/test/karma/ |
D | subrule.cpp | 95 typedef variant<char, int, double> var_type; in main() typedef 97 rule<outiter_type, var_type()> start; in main() 98 subrule<0, var_type()> sr; in main() 104 var_type v ('a'); in main() 113 typedef variant<char, int, double> var_type; in main() typedef 115 rule<outiter_type, space_type, var_type()> start; in main() 116 subrule<0, var_type()> sr; in main() 122 var_type v ('a'); in main()
|
/third_party/boost/libs/variant/test/ |
D | recursive_wrapper_move_test.cpp | 43 struct var_type; 46 boost::recursive_wrapper<node1_type<var_type>> 54 struct var_type : var_base { struct 63 var_type v1 = 1; in run()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | inline_variable.h | 89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument 92 static constexpr ::absl::internal::identity_t<var_type> kInstance = init; \ 96 constexpr ::absl::internal::identity_t<var_type> \ 99 static constexpr const ::absl::internal::identity_t<var_type>& \
|
/third_party/abseil-cpp/absl/base/internal/ |
D | inline_variable.h | 89 #define ABSL_INTERNAL_INLINE_CONSTEXPR(var_type, name, init) \ argument 92 static constexpr ::absl::internal::identity_t<var_type> kInstance = init; \ 96 constexpr ::absl::internal::identity_t<var_type> \ 99 static constexpr const ::absl::internal::identity_t<var_type>& \
|
/third_party/boost/boost/date_time/ |
D | time_resolution_traits.hpp | 94 typename var_type = boost::int64_t > // see note above 100 typedef var_type day_type; 101 typedef var_type hour_type; 102 typedef var_type min_type; 103 typedef var_type sec_type;
|
/third_party/glib/gio/ |
D | gwin32volumemonitor.c | 66 DWORD var_type = REG_DWORD; //the value's a REG_DWORD type in get_viewable_logical_drives() local 76 if (RegQueryValueExW (key, L"NoDrives", NULL, &var_type, in get_viewable_logical_drives() 96 if (RegQueryValueExW (key, L"NoDrives", NULL, &var_type, in get_viewable_logical_drives()
|
/third_party/mindspore/mindspore/core/ops/ |
D | sparse_apply_r_m_s_prop.cc | 79 auto var_type = input_args[0]->BuildType(); in InferType() local 88 (void)args.insert(std::make_pair("var", var_type)); in InferType() 102 return std::make_shared<Tuple>(std::vector<TypePtr>{var_type, ms_type, mom_type}); in InferType()
|
D | apply_adagrad_d_a.cc | 67 auto var_type = input_args[kInputIndex0]->BuildType(); in InferType() local 78 (void)args.insert(std::make_pair("var_type", var_type)); in InferType() 98 std::vector<TypePtr>{var_type, gradient_accumulator_type, gradient_squared_accumulator_type}); in InferType()
|
D | adam.cc | 40 auto var_type = input_args[kInputIndex0]->BuildType(); in AdamInfer() local 44 …auto infer_var_type = CheckAndConvertUtils::CheckTensorTypeValid("var_type", var_type, common_vali… in AdamInfer()
|
D | index_add.cc | 68 auto var_type = input_args[kInputIndex0]->BuildType(); in IndexAddInferType() local 73 …return CheckAndConvertUtils::CheckTensorTypeValid("input_x type", var_type, valid_types, prim->nam… in IndexAddInferType()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 452 SpvId var_type = get_glsl_type(ctx, var->type); in input_var_init() local 455 spirv_builder_emit_decoration(&ctx->builder, var_type, SpvDecorationBlock); in input_var_init() 457 sc, var_type); in input_var_init() 566 SpvId var_type = get_glsl_type(ctx, var->type); in emit_output() local 570 …ctx->sample_mask_type = var_type = spirv_builder_type_array(&ctx->builder, var_type, emit_uint_con… in emit_output() 573 var_type); in emit_output() 600 ctx->so_output_types[idx] = var_type; in emit_output() 850 …SpvId var_type = is_sampler ? spirv_builder_type_sampled_image(&ctx->builder, image_type) : image_… in emit_image() local 858 var_type = spirv_builder_type_array(&ctx->builder, var_type, in emit_image() 860 spirv_builder_emit_array_stride(&ctx->builder, var_type, sizeof(void*)); in emit_image() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/shaders/ |
D | bin2array.py | 65 var_type: str, 70 ret = var_type + " " + var_name + "[] = {" + newline_value
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_msl.cpp | 744 SPIRType var_type = get<SPIRType>(workgroup_id_type); in build_implicit_builtins() local 745 var_type.storage = StorageClassUniform; in build_implicit_builtins() 746 set<SPIRType>(type_id, var_type); in build_implicit_builtins() 895 auto &var_type = get_variable_element_type(var); in build_implicit_builtins() local 896 if (var_type.basetype == SPIRType::Struct) in build_implicit_builtins() 898 auto mbr_cnt = var_type.member_types.size(); in build_implicit_builtins() 902 bool is_builtin = is_member_builtin(var_type, mbr_idx, &builtin); in build_implicit_builtins() 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 2294 if (add_component_variable_to_interface_block(storage, ib_var_ref, var, var_type, meta)) in add_composite_variable_to_interface_block() 2297 if (is_matrix(var_type)) in add_composite_variable_to_interface_block() [all …]
|
/third_party/spirv-tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 147 const analysis::Type* var_type = in ProcessVariable() local 149 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 1009 const string var_type = data_type.str(); in passthruInterface() local 1011 const string functype = string("%") + var_type + "_" + var_type + "_function"; in passthruInterface() 1013 fragments["interface_op_call"] = "OpCopyObject %" + var_type; in passthruInterface() 1015 fragments["input_type"] = var_type; in passthruInterface() 1016 fragments["output_type"] = var_type; in passthruInterface() 1051 …fragments["pre_main"] += "%" + var_type + " = OpTypeVector %" + IFDataType(1, data_type.elementTyp… in passthruInterface() 1055 "%ip_" + var_type + " = OpTypePointer Input %" + var_type + "\n" in passthruInterface() 1056 "%op_" + var_type + " = OpTypePointer Output %" + var_type + "\n"; in passthruInterface() 1059 if (strcmp(var_type.c_str(), "v4f32") != 0) in passthruInterface() 1061 functype + " = OpTypeFunction %" + var_type + " %" + var_type + "\n" in passthruInterface() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 165 const analysis::Type* var_type = in ProcessVariable() local 167 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 165 const analysis::Type* var_type = in ProcessVariable() local 167 const analysis::Type* store_type = var_type->AsPointer()->pointee_type(); in ProcessVariable()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | linker.h | 155 void process(ir_variable *var, const glsl_type *var_type,
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | lower_jump_cases.py | 124 def declare_temp(var_type, var_name): argument 129 return [['declare', ['temporary'], var_type, var_name]]
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_memory_test.cpp | 3510 const std::string var_type = std::get<2>(GetParam()); in TEST_P() local 3517 if (var_type == "%char" || var_type == "%char4" || in TEST_P() 3518 var_type == "%char_buffer_block") { in TEST_P() 3522 const bool buffer_block = var_type.find("buffer_block") != std::string::npos; in TEST_P() 3533 var_type + "\n%var = OpVariable %ptr_type " + in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_memory_test.cpp | 3510 const std::string var_type = std::get<2>(GetParam()); in TEST_P() local 3517 if (var_type == "%char" || var_type == "%char4" || in TEST_P() 3518 var_type == "%char_buffer_block") { in TEST_P() 3522 const bool buffer_block = var_type.find("buffer_block") != std::string::npos; in TEST_P() 3533 var_type + "\n%var = OpVariable %ptr_type " + in TEST_P()
|