Home
last modified time | relevance | path

Searched refs:surf_draw (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dpresentation.c213 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/state_trackers/va/
Dsurface.c183 struct pipe_surface *surf_draw, struct u_rect *dirty_area, in vlVaPutSubpictures() argument
263 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, false); in vlVaPutSubpictures()
280 struct pipe_surface surf_templ, *surf_draw; in vlVaPutSurface() local
311 surf_draw = drv->pipe->create_surface(drv->pipe, tex, &surf_templ); in vlVaPutSurface()
312 if (!surf_draw) { in vlVaPutSurface()
337 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, true); in vlVaPutSurface()
339 status = vlVaPutSubpictures(surf, drv, surf_draw, dirty_area, &src_rect, &dst_rect); in vlVaPutSurface()
355 pipe_surface_reference(&surf_draw, NULL); in vlVaPutSurface()