Home
last modified time | relevance | path

Searched refs:is_ref (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/third_party/wasm-api/
Dwasm.hh237 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/
Dnouveau_vp3_video_vp.c220 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 …]
Dnouveau_vp3_video.h229 unsigned *caps, unsigned *is_ref,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.h37 unsigned *vp_caps, unsigned *is_ref,
43 unsigned caps, unsigned is_ref,
Dnv98_video.c43 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()
Dnv98_video_bsp.c39 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()
Dnv98_video_vp.c70 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()
Dnv84_video_vp.c85 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/
Dnvc0_video.h43 unsigned comm_seq, unsigned *vp_caps, unsigned *is_ref,
49 unsigned caps, unsigned is_ref,
Dnvc0_video.c75 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()
Dnvc0_video_bsp.c136 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()
Dnvc0_video_vp.c70 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/
Dpicture_h264.c66 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/
Ddirac_parse.h43 #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/
Ddirac_parse.h41 #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/
Dprocess_angle_perf_results.py133 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/
Dindeo4.c637 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()
Dvaapi_encode.c770 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/
Dc-api.cc2776 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()