Home
last modified time | relevance | path

Searched refs:dirty_area (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_xsp.c52 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()
Dvl_compositor.c986 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()
Dvl_compositor.h227 struct u_rect *dirty_area);
/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddevice.c262 …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()
Dpresentation.c211 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()
Dvdpau_private.h384 struct u_rect dirty_area; member
410 …ResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_area);
Dmixer.c315 vl_compositor_render(&vmixer->cstate, compositor, dst->surface, &dst->dirty_area); in vlVdpVideoMixerRender()
Doutput.c123 vl_compositor_reset_dirty_area(&vlsurface->dirty_area); in vlVdpOutputSurfaceCreate()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c362 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()