Searched refs:dst_clip (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_bicubic_filter.h60 struct u_rect *dst_clip);
H A Dvl_bicubic_filter.c389 struct u_rect *dst_clip)
398 if (dst_clip) {
399 scissor.minx = dst_clip->x0;
400 scissor.miny = dst_clip->y0;
401 scissor.maxx = dst_clip->x1;
402 scissor.maxy = dst_clip->y1;
385 vl_bicubic_filter_render(struct vl_bicubic_filter * filter,struct pipe_sampler_view * src,struct pipe_surface * dst,struct u_rect * dst_area,struct u_rect * dst_clip) argument
H A Dvl_compositor.c490 vl_compositor_set_dst_clip(struct vl_compositor_state *s, struct u_rect *dst_clip) argument
494 s->scissor_valid = dst_clip != NULL;
495 if (dst_clip) {
496 s->scissor.minx = dst_clip->x0;
497 s->scissor.miny = dst_clip->y0;
498 s->scissor.maxx = dst_clip->x1;
499 s->scissor.maxy = dst_clip->y1;
H A Dvl_compositor.h190 vl_compositor_set_dst_clip(struct vl_compositor_state *settings, struct u_rect *dst_clip);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_bicubic_filter.h60 struct u_rect *dst_clip);
H A Dvl_bicubic_filter.c390 struct u_rect *dst_clip)
399 if (dst_clip) {
400 scissor.minx = dst_clip->x0;
401 scissor.miny = dst_clip->y0;
402 scissor.maxx = dst_clip->x1;
403 scissor.maxy = dst_clip->y1;
386 vl_bicubic_filter_render(struct vl_bicubic_filter * filter,struct pipe_sampler_view * src,struct pipe_surface * dst,struct u_rect * dst_area,struct u_rect * dst_clip) argument
H A Dvl_compositor.c501 vl_compositor_set_dst_clip(struct vl_compositor_state *s, struct u_rect *dst_clip) argument
505 s->scissor_valid = dst_clip != NULL;
506 if (dst_clip) {
507 s->scissor.minx = dst_clip->x0;
508 s->scissor.miny = dst_clip->y0;
509 s->scissor.maxx = dst_clip->x1;
510 s->scissor.maxy = dst_clip->y1;
H A Dvl_compositor.h207 vl_compositor_set_dst_clip(struct vl_compositor_state *settings, struct u_rect *dst_clip);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dpresentation.c214 struct u_rect src_rect, dst_clip, *dirty_area; local in function:vlVdpPresentationQueueDisplay
249 dst_clip.x0 = 0;
250 dst_clip.y0 = 0;
251 dst_clip.x1 = clip_width ? clip_width : surf_draw->width;
252 dst_clip.y1 = clip_height ? clip_height : surf_draw->height;
261 vl_compositor_set_dst_clip(cstate, &dst_clip);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dpresentation.c214 struct u_rect src_rect, dst_clip, *dirty_area; local in function:vlVdpPresentationQueueDisplay
249 dst_clip.x0 = 0;
250 dst_clip.y0 = 0;
251 dst_clip.x1 = clip_width ? clip_width : surf_draw->width;
252 dst_clip.y1 = clip_height ? clip_height : surf_draw->height;
261 vl_compositor_set_dst_clip(cstate, &dst_clip);
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_df.c466 unsigned long xscale, dst_clip; local in function:df_set_video_position
676 dst_clip = 0;
681 dst_clip = ((initread & 3) * 0x10000) / xscale;
684 dst_clip = video_window->dst_clip;
694 if (dst_clip > 4)
695 dst_clip = 4;
697 dst_clip = 0;
699 xstart -= dst_clip;
2166 unsigned long xreg, yreg, dst_clip, cli local in function:df_get_video_position
[all...]
H A Dcim_parm.h698 unsigned long dst_clip; member in struct:tagVideoPosition

Completed in 15 milliseconds