/third_party/node/deps/v8/third_party/wasm-api/ |
D | wasm.hh | 237 inline bool is_ref(ValKind k) { return k >= ANYREF; } in is_ref() function 251 auto is_ref() const -> bool { return wasm::is_ref(kind()); } in is_ref() function in wasm::ValType 429 if (is_ref()) that.impl_.ref = nullptr; in Val() 437 auto is_ref() const -> bool { return wasm::is_ref(kind_); } in is_ref() function in wasm::Val 448 if (is_ref() && impl_.ref) { in reset() 458 if (is_ref()) that.impl_.ref = nullptr; in reset() 471 auto ref() const -> Ref* { assert(is_ref()); return impl_.ref; } in ref() 475 assert(is_ref()); in release_ref() 482 if (is_ref() && impl_.ref != nullptr) { in copy()
|
/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/mesa3d/src/gallium/frontends/va/ |
D | picture_h264.c | 66 bool is_ref; in vlVaHandlePictureParameterBufferH264() local 156 is_ref = !!(h264->ReferenceFrames[i].flags & in vlVaHandlePictureParameterBufferH264() 162 ((!top_or_bottom_field) && is_ref); in vlVaHandlePictureParameterBufferH264() 165 ((!top_or_bottom_field) && is_ref); in vlVaHandlePictureParameterBufferH264()
|
/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/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/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/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()
|
D | vaapi_encode.c | 770 int is_ref, int in_dpb, int prev) in vaapi_encode_add_ref() argument 774 if (is_ref) { in vaapi_encode_add_ref()
|
/third_party/node/deps/v8/src/wasm/ |
D | c-api.cc | 2776 return !is_ref(reveal_valkind(v.kind)) || !v.of.ref; in WASM_DEFINE_REF_BASE() 2852 if (it.is_ref()) it.release_ref().release(); in WASM_DEFINE_REF_BASE() 2905 if (is_ref(reveal_valkind(v->kind))) { in wasm_val_delete() 2912 if (is_ref(reveal_valkind(v->kind))) { in wasm_val_copy()
|