Searched refs:dirty_area (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 1152 struct u_rect *dirty_area, in vl_compositor_render() argument 1170 gen_vertex_data(c, s, dirty_area); in vl_compositor_render() 1172 if (clear_dirty && dirty_area && in vl_compositor_render() 1173 (dirty_area->x0 < dirty_area->x1 || dirty_area->y0 < dirty_area->y1)) { in vl_compositor_render() 1177 dirty_area->x0 = dirty_area->y0 = MAX_DIRTY; in vl_compositor_render() 1178 dirty_area->x1 = dirty_area->y1 = MIN_DIRTY; in vl_compositor_render() 1188 draw_layers(c, s, dirty_area); in vl_compositor_render()
|
D | vl_compositor.h | 265 struct u_rect *dirty_area,
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | presentation.c | 214 struct u_rect src_rect, dst_clip, *dirty_area; in vlVdpPresentationQueueDisplay() local 243 dirty_area = vscreen->get_dirty_area(vscreen); in vlVdpPresentationQueueDisplay() 262 vl_compositor_render(cstate, compositor, surf_draw, dirty_area, true); in vlVdpPresentationQueueDisplay()
|
D | output.c | 124 vl_compositor_reset_dirty_area(&vlsurface->dirty_area); in vlVdpOutputSurfaceCreate() 402 vl_compositor_render(cstate, compositor, vlsurface->surface, &vlsurface->dirty_area, false); in vlVdpOutputSurfacePutBitsIndexed() 509 vl_compositor_render(cstate, compositor, vlsurface->surface, &vlsurface->dirty_area, false); in vlVdpOutputSurfacePutBitsYCbCr() 694 …vl_compositor_render(cstate, compositor, dst_vlsurface->surface, &dst_vlsurface->dirty_area, false… in vlVdpOutputSurfaceRenderOutputSurface() 760 …vl_compositor_render(cstate, compositor, dst_vlsurface->surface, &dst_vlsurface->dirty_area, false… in vlVdpOutputSurfaceRenderBitmapSurface()
|
D | mixer.c | 247 struct u_rect rect, clip, *prect, dirty_area; in vlVdpVideoMixerRender() local 374 vl_compositor_reset_dirty_area(&dirty_area); in vlVdpVideoMixerRender() 379 dirty_area = dst->dirty_area; in vlVdpVideoMixerRender() 403 vl_compositor_render(&vmixer->cstate, compositor, surface, &dirty_area, true); in vlVdpVideoMixerRender()
|
D | vdpau_private.h | 417 struct u_rect dirty_area; member
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | surface.c | 184 struct pipe_surface *surf_draw, struct u_rect *dirty_area, in vlVaPutSubpictures() argument 264 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, false); in vlVaPutSubpictures() 283 struct u_rect src_rect, *dirty_area; in vlVaPutSurface() local 307 dirty_area = vscreen->get_dirty_area(vscreen); in vlVaPutSurface() 326 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, true); in vlVaPutSurface() 328 status = vlVaPutSubpictures(surf, drv, surf_draw, dirty_area, &src_rect, &dst_rect); in vlVaPutSurface()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | surface.c | 370 struct u_rect *dirty_area; in XvMCPutSurface() local 394 dirty_area = vscreen->get_dirty_area(vscreen); in XvMCPutSurface() 444 vl_compositor_render(cstate, compositor, surf, dirty_area, true); in XvMCPutSurface()
|