/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_vp.c | 220 unsigned *is_ref, in nouveau_vp3_fill_picparm_mpeg12_vp() argument 226 *is_ref = desc->picture_coding_type <= 2; in nouveau_vp3_fill_picparm_mpeg12_vp() 269 unsigned *is_ref, in nouveau_vp3_fill_picparm_mpeg4_vp() argument 274 *is_ref = desc->vop_coding_type <= 1; in nouveau_vp3_fill_picparm_mpeg4_vp() 316 unsigned *is_ref, in nouveau_vp3_fill_picparm_h264_vp() argument 322 *is_ref = d->is_reference; in nouveau_vp3_fill_picparm_h264_vp() 428 unsigned *is_ref, in nouveau_vp3_fill_picparm_vc1_vp() argument 434 *is_ref = d->picture_type <= 1; in nouveau_vp3_fill_picparm_vc1_vp() 458 unsigned *caps, unsigned *is_ref, in nouveau_vp3_vp_caps() argument 467 *caps = nouveau_vp3_fill_picparm_mpeg12_vp(dec, desc.mpeg12, refs, is_ref, vp); in nouveau_vp3_vp_caps() [all …]
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 80 is_ref: true 118 is_ref: true 130 is_ref: true 142 is_ref: true 893 is_ref: true 898 is_ref: true 903 is_ref: true 924 is_ref: true 961 is_ref: true 966 is_ref: true [all …]
|
D | ops_history.v2.pbtxt | 243 is_ref: true 281 is_ref: true 321 is_ref: true 362 is_ref: true 403 is_ref: true 415 is_ref: true 427 is_ref: true 465 is_ref: true 505 is_ref: true 546 is_ref: true [all …]
|
D | ops_history.v1.pbtxt | 243 is_ref: true 281 is_ref: true 321 is_ref: true 362 is_ref: true 403 is_ref: true 415 is_ref: true 427 is_ref: true 465 is_ref: true 505 is_ref: true 546 is_ref: true [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv98_video.h | 37 unsigned *vp_caps, unsigned *is_ref, 43 unsigned caps, unsigned is_ref,
|
D | nv98_video.c | 43 unsigned vp_caps, is_ref; in nv98_decoder_decode_bitstream() local 53 &vp_caps, &is_ref, refs); in nv98_decoder_decode_bitstream() 58 nv98_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nv98_decoder_decode_bitstream()
|
D | nv98_video_bsp.c | 39 unsigned *vp_caps, unsigned *is_ref, in nv98_decoder_bsp() argument 108 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nv98_decoder_bsp()
|
D | nv98_video_vp.c | 70 unsigned caps, unsigned is_ref, in nv98_decoder_vp() argument 111 …if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_b… in nv98_decoder_vp()
|
D | nv84_video_vp.c | 85 bool is_ref = desc->is_reference; in nv84_decoder_vp_h264() local 122 PUSH_SPACE(push, 5 + 16 + 3 + 2 + 6 + (is_ref ? 2 : 0) + 3 + 2 + 4 + 2); in nv84_decoder_vp_h264() 194 if (is_ref) { in nv84_decoder_vp_h264()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.h | 43 unsigned comm_seq, unsigned *vp_caps, unsigned *is_ref, 49 unsigned caps, unsigned is_ref,
|
D | nvc0_video.c | 75 unsigned vp_caps, is_ref; in nvc0_decoder_end_frame() local 81 ret = nvc0_decoder_bsp_end(dec, desc, target, comm_seq, &vp_caps, &is_ref, refs); in nvc0_decoder_end_frame() 86 nvc0_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nvc0_decoder_end_frame()
|
D | nvc0_video_bsp.c | 136 unsigned *vp_caps, unsigned *is_ref, in nvc0_decoder_bsp_end() argument 161 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nvc0_decoder_bsp_end()
|
D | nvc0_video_vp.c | 70 unsigned caps, unsigned is_ref, in nvc0_decoder_vp() argument 111 …if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_b… in nvc0_decoder_vp()
|
/external/tensorflow/tensorflow/python/framework/ |
D | op_def_library.py | 464 if not input_arg.is_ref and dtype: 471 as_ref=input_arg.is_ref) 481 value, as_ref=input_arg.is_ref) 526 as_ref=input_arg.is_ref, 541 values, as_ref=input_arg.is_ref).dtype.name 654 if input_arg.is_ref: 783 if arg.is_ref]
|
D | python_op_gen_internal.cc | 187 string SingleTensorName(DataType dtype, bool is_ref) { in SingleTensorName() argument 188 const string type_str = TypeString(dtype, is_ref); in SingleTensorName() 218 TypeString(arg.type(), arg.is_ref()), "."); in ArgTypeName() 221 if (arg.is_ref()) { in ArgTypeName() 247 const string mutable_str = arg.is_ref() ? "mutable " : ""; in ArgTypeName() 275 return SingleTensorName(arg.type(), arg.is_ref()); in ArgTypeName()
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 97 is_ref: true 138 is_ref: true 150 is_ref: true 162 is_ref: true 804 is_ref: true 809 is_ref: true 814 is_ref: true 843 is_ref: true 883 is_ref: true 888 is_ref: true [all …]
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions.h | 60 bool is_ref; member 73 bool is_ref; member
|
D | functions.cc | 556 /*is_ref=*/input.is_ref(), in MakeGrapplerFunctionItem() 634 /*is_ref=*/out.is_ref(), in MakeGrapplerFunctionItem() 844 arg_def.set_is_ref(input_arg.is_ref); in MakeFunctionDef() 856 arg_def.set_is_ref(output_arg.is_ref); in MakeFunctionDef()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_area_op_test.cc | 41 bool is_ref = IsRefType(input_types_[inputs_.size()]); in SetRandomImageInput() local 46 if (is_ref) { in SetRandomImageInput()
|
D | ops_testutil.h | 211 bool is_ref = IsRefType(input_types_[inputs_.size()]); in AddInput() local 214 if (is_ref) { in AddInput()
|
D | resize_bicubic_op_test.cc | 42 bool is_ref = IsRefType(input_types_[inputs_.size()]); in SetRandomImageInput() local 47 if (is_ref) { in SetRandomImageInput()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_api_info.cc | 98 if (arg1.is_ref() != arg2.is_ref()) return false; in IsSameArgDef()
|
/external/tensorflow/tensorflow/python/framework/testdata/ |
D | metrics_export_meta_graph.pb | 8 is_ref: true 17 is_ref: true 44 is_ref: true 53 is_ref: true 382 is_ref: true
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_def_util.cc | 373 if (arg.is_ref()) strings::StrAppend(&ret, "Ref("); in SummarizeArgs() 382 if (arg.is_ref()) strings::StrAppend(&ret, ")"); in SummarizeArgs() 537 ref->push_back(arg.is_ref()); in ComputeArgSignature() 550 ref->push_back(arg.is_ref()); in ComputeArgSignature() 596 ref->push_back(arg.is_ref()); in ComputeArgSignature()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_test_base.cc | 237 bool is_ref = IsRefType(input_types[inputs->size()]); in AddDatasetInput() local 241 if (is_ref) { in AddDatasetInput()
|