Searched refs:dirty_area (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_xsp.c | 52 struct u_rect dirty_area; member 78 vl_compositor_reset_dirty_area(&xsp_screen->dirty_area); in vl_screen_texture_from_drawable() 104 return &xsp_screen->dirty_area; in vl_screen_get_dirty_area() 156 vl_compositor_reset_dirty_area(&xsp_screen->dirty_area); in vl_screen_create()
|
D | vl_compositor.c | 986 struct u_rect *dirty_area) in vl_compositor_render() argument 1002 gen_vertex_data(c, s, dirty_area); in vl_compositor_render() 1004 if (dirty_area && (dirty_area->x0 < dirty_area->x1 || in vl_compositor_render() 1005 dirty_area->y0 < dirty_area->y1)) { in vl_compositor_render() 1009 dirty_area->x0 = dirty_area->y0 = MAX_DIRTY; in vl_compositor_render() 1010 dirty_area->x1 = dirty_area->y1 = MIN_DIRTY; in vl_compositor_render() 1021 draw_layers(c, s, dirty_area); in vl_compositor_render()
|
D | vl_compositor.h | 227 struct u_rect *dirty_area);
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | device.c | 262 …pResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_area) in vlVdpResolveDelayedRendering() argument 279 dirty_area = &vlsurface->dirty_area; in vlVdpResolveDelayedRendering() 282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area); in vlVdpResolveDelayedRendering()
|
D | presentation.c | 211 struct u_rect src_rect, dst_clip, *dirty_area; in vlVdpPresentationQueueDisplay() local 235 dirty_area = vl_screen_get_dirty_area(pq->device->vscreen); in vlVdpPresentationQueueDisplay() 255 vlVdpResolveDelayedRendering(pq->device, surf_draw, dirty_area); in vlVdpPresentationQueueDisplay() 268 vl_compositor_render(cstate, compositor, surf_draw, dirty_area); in vlVdpPresentationQueueDisplay()
|
D | vdpau_private.h | 384 struct u_rect dirty_area; member 410 …ResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_area);
|
D | mixer.c | 315 vl_compositor_render(&vmixer->cstate, compositor, dst->surface, &dst->dirty_area); in vlVdpVideoMixerRender()
|
D | output.c | 123 vl_compositor_reset_dirty_area(&vlsurface->dirty_area); in vlVdpOutputSurfaceCreate()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | surface.c | 362 struct u_rect *dirty_area; in XvMCPutSurface() local 385 dirty_area = vl_screen_get_dirty_area(context_priv->vscreen); in XvMCPutSurface() 436 vl_compositor_render(cstate, compositor, surf, dirty_area); in XvMCPutSurface()
|