Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/vdpau/
H A 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()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsurface.c217 struct pipe_surface *surf_draw, struct u_rect *dirty_area, in vlVaPutSubpictures()
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()
216 vlVaPutSubpictures(vlVaSurface *surf, vlVaDriver *drv, struct pipe_surface *surf_draw, struct u_rect *dirty_area, struct u_rect *src_rect, struct u_rect *dst_rect) vlVaPutSubpictures() argument

Completed in 3 milliseconds