/external/mesa3d/src/gallium/state_trackers/va/ |
D | picture_vc1.c | 32 VAPictureParameterBufferVC1 * vc1 = buf->data; in vlVaHandlePictureParameterBufferVC1() local 35 context->desc.vc1.slice_count = 0; in vlVaHandlePictureParameterBufferVC1() 36 vlVaGetReferenceFrame(drv, vc1->forward_reference_picture, &context->desc.vc1.ref[0]); in vlVaHandlePictureParameterBufferVC1() 37 vlVaGetReferenceFrame(drv, vc1->backward_reference_picture, &context->desc.vc1.ref[1]); in vlVaHandlePictureParameterBufferVC1() 38 context->desc.vc1.picture_type = vc1->picture_fields.bits.picture_type; in vlVaHandlePictureParameterBufferVC1() 39 context->desc.vc1.frame_coding_mode = vc1->picture_fields.bits.frame_coding_mode; in vlVaHandlePictureParameterBufferVC1() 40 context->desc.vc1.postprocflag = vc1->post_processing != 0; in vlVaHandlePictureParameterBufferVC1() 41 context->desc.vc1.pulldown = vc1->sequence_fields.bits.pulldown; in vlVaHandlePictureParameterBufferVC1() 42 context->desc.vc1.interlace = vc1->sequence_fields.bits.interlace; in vlVaHandlePictureParameterBufferVC1() 43 context->desc.vc1.tfcntrflag = vc1->sequence_fields.bits.tfcntrflag; in vlVaHandlePictureParameterBufferVC1() [all …]
|
D | va_private.h | 268 struct pipe_vc1_picture_desc vc1; member
|
/external/clang/test/CodeGen/ |
D | Nontemporal.cpp | 15 char __attribute__((vector_size(8))) vc1, vc2; variable 33 __builtin_nontemporal_store(vc1, &vc2); // CHECK: store <8 x i8>{{.*}}align 8, !nontemporal in test_all_sizes() 47 vc2 = __builtin_nontemporal_load(&vc1); // CHECK: load <8 x i8>{{.*}}align 8, !nontemporal in test_all_sizes()
|
/external/deqp-deps/glslang/Test/ |
D | 420.tese | 78 float vc1, vc2, vc3; 79 vec3 av3 = vec3(vc1, vc2, vc3); 80 vec3 bv3 = { vc1, vc2, vc3 };
|
/external/skia/src/gpu/gradients/ |
D | GrDualIntervalGradientColorizer.fp | 48 auto vc1 = Sk4f::Load(c1.vec()); 49 auto scale01 = (vc1 - vc0) / threshold;
|
D | GrDualIntervalGradientColorizer.cpp | 135 auto vc1 = Sk4f::Load(c1.vec()); in Make() local 136 auto scale01 = (vc1 - vc0) / threshold; in Make()
|
/external/skqp/src/gpu/gradients/ |
D | GrDualIntervalGradientColorizer.fp | 48 auto vc1 = Sk4f::Load(c1.vec()); 49 auto scale01 = (vc1 - vc0) / threshold;
|
D | GrDualIntervalGradientColorizer.cpp | 135 auto vc1 = Sk4f::Load(c1.vec()); in Make() local 136 auto scale01 = (vc1 - vc0) / threshold; in Make()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | 420.tese.out | 78 0:79 'vc1' ( global float) 85 0:80 'vc1' ( global float) 183 0:? 'vc1' ( global float) 254 0:79 'vc1' ( global float) 261 0:80 'vc1' ( global float) 359 0:? 'vc1' ( global float)
|
D | 150.tesc.out | 821 0:79 'vc1' ( global float) 828 0:80 'vc1' ( global float) 926 0:? 'vc1' ( global float) 1544 0:79 'vc1' ( global float) 1551 0:80 'vc1' ( global float) 1671 0:? 'vc1' ( global float)
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video.h | 44 struct pipe_vc1_picture_desc *vc1; member
|
D | nv98_video_ppp.c | 106 case PIPE_VIDEO_FORMAT_VC1: ppp_caps = nv98_decoder_vc1_ppp(dec, desc.vc1, target); break; in nv98_decoder_ppp()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.h | 60 struct pipe_vc1_picture_desc *vc1; member
|
D | nouveau_vp3_video_vp.c | 502 *caps = nouveau_vp3_fill_picparm_vc1_vp(dec, desc.vc1, refs, is_ref, vp); in nouveau_vp3_vp_caps() 504 if (desc.vc1->frame_coding_mode == 3) in nouveau_vp3_vp_caps()
|
D | nouveau_vp3_video_bsp.c | 305 caps = nouveau_vp3_fill_picparm_vc1_bsp(dec, desc.vc1, bsp); in nouveau_vp3_bsp_end()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video_ppp.c | 106 case PIPE_VIDEO_FORMAT_VC1: ppp_caps = nvc0_decoder_vc1_ppp(dec, desc.vc1, target); break; in nvc0_decoder_ppp()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | radeon_uvd.h | 414 struct ruvd_vc1 vc1; member
|
D | radeon_uvd.c | 1217 dec->msg->body.decode.codec.vc1 = get_vc1_msg((struct pipe_vc1_picture_desc*)picture); in ruvd_end_frame()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_uvd.h | 413 struct ruvd_vc1 vc1; member
|
D | radeon_vcn_dec.c | 711 rvcn_dec_message_vc1_t vc1 = get_vc1_msg((struct pipe_vc1_picture_desc*)picture); in rvcn_dec_message_decode() local 713 memcpy(codec, (void*)&vc1, sizeof(rvcn_dec_message_vc1_t)); in rvcn_dec_message_decode()
|
D | radeon_uvd.c | 1303 dec->msg->body.decode.codec.vc1 = get_vc1_msg((struct pipe_vc1_picture_desc*)picture); in ruvd_end_frame()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | decode.c | 582 struct pipe_vc1_picture_desc vc1; in vlVdpDecoderRender() member 660 ret = vlVdpDecoderRenderVC1(&desc.vc1, (VdpPictureInfoVC1 *)picture_info); in vlVdpDecoderRender()
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 1299 video/vc1
|