/third_party/vk-gl-cts/modules/gles31/scripts/ |
D | gen-implicit-conversions.py | 340 def __init__(self, name, op, in_type, out_type, reverse=False): argument 349 self.in_type = in_type 393 in_values = IN_VALUES[self.in_type] 399 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values)) 406 def __init__(self, name, op, in_type, out_type, reverse=False): argument 407 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse) 430 in_values = IN_VALUES[self.in_type] 436 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values)) 443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument 445 self.in_type = in_type [all …]
|
/third_party/boost/boost/convert/ |
D | spirit.hpp | 40 template<typename in_type, typename char_type> 42 to_str(in_type value_in, char_type* beg) const in to_str() 44 typedef typename boost::spirit::traits::create_generator<in_type>::type generator; in to_str()
|
D | printf.hpp | 28 template<typename in_type> 30 to_str(in_type value_in, char* buf) const in to_str() 32 char const* fmt = pformat(pos<in_type>()); in to_str()
|
D | stream.hpp | 141 …template<typename string_type, typename in_type> void to_str(in_type const&, optional<string_type… 147 template<typename string_type, typename in_type> 151 in_type const& value_in, in to_str()
|
D | base.hpp | 117 template<typename in_type, typename string_type> 119 to_str_(in_type value_in, optional<string_type>& result_out) const in to_str_()
|
D | strtol.hpp | 63 …template<typename char_type, typename in_type> cnv::range<char_type*> i_to_str (in_type, char_type…
|
/third_party/boost/boost/spirit/home/qi/char/ |
D | char.hpp | 288 in_type; in char_set() typedef 291 (sizeof(char_type) >= sizeof(in_type)) in char_set() 294 in_type const* definition = in char_set() 295 (in_type const*)traits::get_c_string(str); in char_set() 296 in_type ch = *definition++; in char_set() 299 in_type next = *definition++; in char_set() 350 typedef typename traits::char_type_of<String>::type in_type; in char_set() typedef 353 (sizeof(char_type) == sizeof(in_type)) in char_set()
|
/third_party/boost/boost/convert/detail/ |
D | is_converter.hpp | 35 typedef TypeIn in_type; typedef 40 BOOST_STATIC_CONSTANT(bool, in_good = (is_convertible<in_type, func_in_type>::value));
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | slice_patches_op.cc | 35 auto in_type = in_tensor->type(); in Compute() local 38 CHECK_FAIL_RETURN_UNEXPECTED(in_type.IsNumeric(), "Input Tensor type should be numeric."); in Compute()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfaudioenc.cpp | 116 ComPtr < IMFMediaType > in_type; in gst_mf_audio_enc_set_format() local 142 if (!klass->get_input_type (self, info, &in_type)) { in gst_mf_audio_enc_set_format() 147 gst_mf_dump_attributes (in_type.Get (), "Set input type", GST_LEVEL_DEBUG); in gst_mf_audio_enc_set_format() 149 if (!gst_mf_transform_set_input_type (self->transform, in_type.Get ())) { in gst_mf_audio_enc_set_format()
|
D | gstmfvideoenc.cpp | 289 ComPtr < IMFMediaType > in_type; in gst_mf_video_enc_set_format() local 404 in_type = type; in gst_mf_video_enc_set_format() 409 if (!in_type) { in gst_mf_video_enc_set_format() 416 hr = MFSetAttributeSize (in_type.Get (), MF_MT_FRAME_SIZE, in gst_mf_video_enc_set_format() 424 hr = in_type->SetUINT32 (MF_MT_INTERLACE_MODE, MFVideoInterlace_Progressive); in gst_mf_video_enc_set_format() 431 hr = MFSetAttributeRatio (in_type.Get (), MF_MT_PIXEL_ASPECT_RATIO, in gst_mf_video_enc_set_format() 439 hr = MFSetAttributeRatio (in_type.Get (), MF_MT_FRAME_RATE, fps_n, fps_d); in gst_mf_video_enc_set_format() 445 hr = in_type->SetUINT32 (MF_MT_DEFAULT_STRIDE, in gst_mf_video_enc_set_format() 452 if (!gst_mf_transform_set_input_type (self->transform, in_type.Get ())) { in gst_mf_video_enc_set_format() 525 16 + 2, attr.Get (), in_type.Get () in gst_mf_video_enc_set_format()
|
/third_party/ffmpeg/libavcodec/ |
D | mfenc.c | 822 IMFMediaType *in_type = NULL; in mf_choose_input_type() local 856 if (in_type) in mf_choose_input_type() 857 IMFMediaType_Release(in_type); in mf_choose_input_type() 858 in_type = type; in mf_choose_input_type() 861 IMFMediaType_AddRef(in_type); in mf_choose_input_type() 867 if (in_type) { in mf_choose_input_type() 878 ret = mf_encv_input_adjust(avctx, in_type); in mf_choose_input_type() 880 ret = mf_enca_input_adjust(avctx, in_type); in mf_choose_input_type() 885 ff_media_type_dump(avctx, in_type); in mf_choose_input_type() 887 hr = IMFTransform_SetInputType(c->mft, c->in_stream_id, in_type, 0); in mf_choose_input_type() [all …]
|
D | mf_utils.h | 164 MFT_REGISTER_TYPE_INFO *in_type,
|
D | mf_utils.c | 584 MFT_REGISTER_TYPE_INFO *in_type, in ff_instantiate_mf() argument 609 hr = ff_MFTEnumEx(category, flags, in_type, out_type, &activate, in ff_instantiate_mf()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 162 def unop_convert(name, out_type, in_type, const_expr): argument 163 opcode(name, 0, out_type, [0], [in_type], False, "", const_expr) 192 def unop_numeric_convert(name, out_type, in_type, const_expr): argument 193 opcode(name, 0, out_type, [0], [in_type], True, "", const_expr) 555 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument 556 opcode(name, 0, out_type, [0, 0], [in_type, in_type],
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | memory_scheduler.h | 44 Event(const EventType &in_type, size_t in_index) { in Event() 45 type = in_type; in Event()
|
/third_party/boost/boost/iostreams/ |
D | combine.hpp | 160 typedef typename detail::wrapped_type<In>::type in_type; typedef 162 combination(const in_type& in, const out_type& out) in combination()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 215 int in_type; member 2199 int in_type = FT_OTHER; in do_scsi_device_read_write() local 2258 in_type = dd_filetype(inf); in do_scsi_device_read_write() 2260 if ((FT_BLOCK & in_type) && do_blk_sgio) in do_scsi_device_read_write() 2261 in_type |= FT_SG; in do_scsi_device_read_write() 2263 if (FT_ST == in_type) { in do_scsi_device_read_write() 2267 } else if (FT_SG & in_type) { in do_scsi_device_read_write() 2281 if (FT_BLOCK & in_type) in do_scsi_device_read_write() 2293 if (do_odir && (FT_BLOCK == in_type)) in do_scsi_device_read_write() 2397 if (FT_SG & in_type) { in do_scsi_device_read_write() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 5015 SPIRType in_type; in convert_float_to_string() local 5017 in_type.basetype = SPIRType::UInt; in convert_float_to_string() 5019 in_type.vecsize = 1; in convert_float_to_string() 5021 in_type.width = 32; in convert_float_to_string() 5031 res = join(bitcast_glsl_op(out_type, in_type), "(", print_buffer, " /* ", comment, " */)"); in convert_float_to_string() 5081 SPIRType in_type; in convert_double_to_string() local 5083 in_type.basetype = SPIRType::UInt64; in convert_double_to_string() 5085 in_type.vecsize = 1; in convert_double_to_string() 5087 in_type.width = 64; in convert_double_to_string() 5104 res = join(bitcast_glsl_op(out_type, in_type), "(", print_buffer, " /* ", comment, " */)"); in convert_double_to_string() [all …]
|
D | spirv_hlsl.cpp | 3442 string CompilerHLSL::bitcast_glsl_op(const SPIRType &out_type, const SPIRType &in_type) in bitcast_glsl_op() argument 3444 if (out_type.basetype == SPIRType::UInt && in_type.basetype == SPIRType::Int) in bitcast_glsl_op() 3446 else if (out_type.basetype == SPIRType::UInt64 && in_type.basetype == SPIRType::Int64) in bitcast_glsl_op() 3448 else if (out_type.basetype == SPIRType::UInt && in_type.basetype == SPIRType::Float) in bitcast_glsl_op() 3450 else if (out_type.basetype == SPIRType::Int && in_type.basetype == SPIRType::UInt) in bitcast_glsl_op() 3452 else if (out_type.basetype == SPIRType::Int64 && in_type.basetype == SPIRType::UInt64) in bitcast_glsl_op() 3454 else if (out_type.basetype == SPIRType::Int && in_type.basetype == SPIRType::Float) in bitcast_glsl_op() 3456 else if (out_type.basetype == SPIRType::Float && in_type.basetype == SPIRType::UInt) in bitcast_glsl_op() 3458 else if (out_type.basetype == SPIRType::Float && in_type.basetype == SPIRType::Int) in bitcast_glsl_op() 3460 else if (out_type.basetype == SPIRType::Int64 && in_type.basetype == SPIRType::Double) in bitcast_glsl_op() [all …]
|
/third_party/flatbuffers/src/ |
D | idl_parser.cpp | 1919 const auto in_type = e.type.base_type; in ParseSingleValue() local 1939 TRY_ECHECK(kTokenStringConstant, in_type == BASE_TYPE_STRING, in ParseSingleValue() 1943 if (!match && is_tok_string && IsScalar(in_type) && in ParseSingleValue() 1948 kTypeNames[in_type] + ", name: " + (name ? *name : "") + in ParseSingleValue() 1953 if (!match && IsBool(in_type)) { in ParseSingleValue() 1958 TRY_ECHECK(kTokenStringOrIdent, IsBool(in_type), BASE_TYPE_BOOL); in ParseSingleValue() 1962 if (!match && IsScalar(in_type) && attribute_ == "null") { in ParseSingleValue() 1969 if (!match && IsInteger(in_type) && !IsBool(in_type) && in ParseSingleValue() 1977 if (!match && is_tok_string && IsScalar(in_type)) { in ParseSingleValue() 1991 TRY_ECHECK(kTokenStringOrIdent, IsFloat(in_type), BASE_TYPE_FLOAT); in ParseSingleValue() [all …]
|
/third_party/boost/boost/spirit/home/karma/char/ |
D | char.hpp | 272 typedef typename traits::char_type_of<String>::type in_type; in char_set() typedef 275 (sizeof(char_type) == sizeof(in_type)) in char_set()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | h264parse.c | 1363 check_aud_insertion (gboolean inband_aud, H264ParseStreamType in_type, in check_aud_insertion() argument 1377 in_caps = gst_caps_from_string (stream_type_to_caps_str (in_type)); in check_aud_insertion() 1378 if (in_type == PACKETIZED_AU) { in check_aud_insertion() 1390 in_buffers = create_aud_test_buffers (in_type, inband_aud); in check_aud_insertion()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.c | 1570 const struct glsl_type *in_type = var->type; in zink_shader_tcs_create() local 1574 in_type = glsl_array_type(type, 32 /* MAX_PATCH_VERTICES */, 0); in zink_shader_tcs_create() 1577 nir_variable *in = nir_variable_create(nir, nir_var_shader_in, in_type, var->name); in zink_shader_tcs_create()
|
/third_party/glib/gio/ |
D | gdbusconnection.c | 4986 GVariantType *in_type; in validate_and_maybe_schedule_method_call() local 5022 in_type = _g_dbus_compute_complete_signature (method_info->in_args); in validate_and_maybe_schedule_method_call() 5023 if (!g_variant_is_of_type (parameters, in_type)) in validate_and_maybe_schedule_method_call() 5027 type_string = g_variant_type_dup_string (in_type); in validate_and_maybe_schedule_method_call() 5035 g_variant_type_free (in_type); in validate_and_maybe_schedule_method_call() 5042 g_variant_type_free (in_type); in validate_and_maybe_schedule_method_call()
|