HomeSort by relevance Sort by last modified time
    Searched refs:is_ref (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv98_video.h 37 unsigned *vp_caps, unsigned *is_ref,
43 unsigned caps, unsigned is_ref,
nv98_video_bsp.c 39 unsigned *vp_caps, unsigned *is_ref,
108 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
nv98_video_vp.c 70 unsigned caps, unsigned is_ref,
111 if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_bottom))
nv98_video.c 43 unsigned vp_caps, is_ref, ret; local
52 &vp_caps, &is_ref, refs);
57 nv98_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
nv84_video_vp.c 85 bool is_ref = desc->is_reference; local
122 PUSH_SPACE(push, 5 + 16 + 3 + 2 + 6 + (is_ref ? 2 : 0) + 3 + 2 + 4 + 2);
194 if (is_ref) {
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_video.h 43 unsigned comm_seq, unsigned *vp_caps, unsigned *is_ref,
49 unsigned caps, unsigned is_ref,
nvc0_video_bsp.c 136 unsigned *vp_caps, unsigned *is_ref,
161 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
nvc0_video_vp.c 70 unsigned caps, unsigned is_ref,
111 if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_bottom))
nvc0_video.c 75 unsigned vp_caps, is_ref, ret; local
80 ret = nvc0_decoder_bsp_end(dec, desc, target, comm_seq, &vp_caps, &is_ref, refs);
85 nvc0_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 220 unsigned *is_ref,
226 *is_ref = desc->picture_coding_type <= 2;
269 unsigned *is_ref,
274 *is_ref = desc->vop_coding_type <= 1;
316 unsigned *is_ref,
322 *is_ref = d->is_reference;
428 unsigned *is_ref,
434 *is_ref = d->picture_type <= 1;
458 unsigned *caps, unsigned *is_ref,
467 *caps = nouveau_vp3_fill_picparm_mpeg12_vp(dec, desc.mpeg12, refs, is_ref, vp)
    [all...]
nouveau_vp3_video.h 229 unsigned *caps, unsigned *is_ref,
  /prebuilts/misc/common/swig/include/2.0.11/php/
phprun.swg 29 # define Z_SET_ISREF_P(z) (z)->is_ref = 1
  /art/runtime/
instrumentation.cc 1175 bool is_ref = return_shorty == '[' || return_shorty == 'L'; local
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 132 static constexpr const bool is_ref = member in struct:art::JniKind::jni_type_traits
147 (jni_type_traits<Arg>::is_ref ? 1 : 0) + count_refs_helper<Args ...>::value;
173 typename std::enable_if<jni_type_traits<T>::is_ref>::type*
181 typename std::enable_if<!jni_type_traits<T>::is_ref>::type*
    [all...]

Completed in 198 milliseconds