Searched refs:surf_draw (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | presentation.c | 213 struct pipe_surface surf_templ, *surf_draw = NULL; in vlVdpPresentationQueueDisplay() local 247 surf_draw = pipe->create_surface(pipe, tex, &surf_templ); in vlVdpPresentationQueueDisplay() 251 dst_clip.x1 = clip_width ? clip_width : surf_draw->width; in vlVdpPresentationQueueDisplay() 252 dst_clip.y1 = clip_height ? clip_height : surf_draw->height; in vlVdpPresentationQueueDisplay() 256 src_rect.x1 = surf_draw->width; in vlVdpPresentationQueueDisplay() 257 src_rect.y1 = surf_draw->height; in vlVdpPresentationQueueDisplay() 262 vl_compositor_render(cstate, compositor, surf_draw, dirty_area, true); in vlVdpPresentationQueueDisplay() 294 pipe_surface_reference(&surf_draw, NULL); in vlVdpPresentationQueueDisplay()
|
/external/mesa3d/src/gallium/frontends/va/ |
D | surface.c | 217 struct pipe_surface *surf_draw, struct u_rect *dirty_area, in vlVaPutSubpictures() argument 297 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, false); in vlVaPutSubpictures() 314 struct pipe_surface surf_templ, *surf_draw; in vlVaPutSurface() local 345 surf_draw = drv->pipe->create_surface(drv->pipe, tex, &surf_templ); in vlVaPutSurface() 346 if (!surf_draw) { in vlVaPutSurface() 371 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, true); in vlVaPutSurface() 373 status = vlVaPutSubpictures(surf, drv, surf_draw, dirty_area, &src_rect, &dst_rect); in vlVaPutSurface() 389 pipe_surface_reference(&surf_draw, NULL); in vlVaPutSurface()
|