/third_party/boost/boost/yap/ |
D | print.hpp | 160 bool is_ref = false, in operator ()() 172 else if (is_ref) in operator ()() 197 bool is_ref = false, in operator ()() 223 bool is_ref = false, in operator ()() 238 else if (is_ref) in operator ()() 254 bool is_ref = false, in print_impl() argument 279 else if (is_ref) in print_impl() 288 else if (is_ref) in print_impl()
|
/third_party/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 …]
|
D | nouveau_vp3_video.h | 229 unsigned *caps, unsigned *is_ref,
|
/third_party/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()
|
/third_party/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()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | dirac_parse.h | 43 #define SCHRO_PARSE_CODE_PICTURE(is_ref,n_refs,is_lowdelay,is_noarith) \ argument 44 (8 | ((is_ref)<<2) | (n_refs) | ((is_lowdelay)<<7) | ((is_noarith)<<6))
|
/third_party/boost/boost/python/ |
D | args.hpp | 116 BOOST_STATIC_CONSTANT(bool, is_ref = detail::is_reference<T>::value); 120 BOOST_STATIC_CONSTANT(bool, value = (is_ref & is_key));
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | dirac_parse.h | 41 #define SCHRO_PARSE_CODE_PICTURE(is_ref,n_refs,is_lowdelay,is_noarith) \ argument 42 (8 | ((is_ref)<<2) | (n_refs) | ((is_lowdelay)<<7) | ((is_noarith)<<6))
|
/third_party/boost/boost/python/converter/ |
D | pointer_type_id.hpp | 15 template <bool is_ref = false>
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | process_angle_perf_results.py | 133 is_ref = '.reference' in benchmark_name 150 if not is_ref: 631 logdog_dict, is_ref, upload_failure): argument 661 if is_ref:
|
/third_party/boost/boost/type_traits/detail/ |
D | is_function_cxx_03.hpp | 36 template<bool is_ref = true>
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/ |
D | deal_ref_and_split_unsupported_transdata.cc | 40 if (op_info != nullptr && op_info->is_ref()) { in FindRefOriginNode() 258 if (op_info == nullptr || !op_info->is_ref()) { in Process() 261 if (op_info->is_ref()) { in Process()
|
/third_party/boost/libs/variant/test/ |
D | variant_get_test.cpp | 171 bool is_ref = boost::is_lvalue_reference<T>::value; in check_get_on_types_impl() local 172 (void)is_ref; in check_get_on_types_impl() 173 if (!is_ref) { in check_get_on_types_impl()
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ |
D | ascend_helper.h | 70 return op_info->is_ref(); in IsTbeRef()
|
/third_party/ffmpeg/libavcodec/ |
D | indeo4.c | 637 int is_prev_ref = 0, is_ref = 0; in switch_buffers() local 651 is_ref = 1; in switch_buffers() 655 if (is_prev_ref && is_ref) { in switch_buffers()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/ |
D | opinfo.h | 160 bool is_ref() const { return !ref_infos_.empty(); } in is_ref() function
|
/third_party/mindspore/third_party/proto/tensorflow/ |
D | op_def.proto | 48 bool is_ref = 16; field
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | kernel_select_ascend.cc | 382 force_fresh = op_info->is_ref() || force_fresh; in SetWeightFormat()
|