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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dpresentation.c213 struct pipe_surface surf_templ, *surf_draw = NULL; local in function:vlVdpPresentationQueueDisplay
247 surf_draw = pipe->create_surface(pipe, tex, &surf_templ);
251 dst_clip.x1 = clip_width ? clip_width : surf_draw->width;
252 dst_clip.y1 = clip_height ? clip_height : surf_draw->height;
256 src_rect.x1 = surf_draw->width;
257 src_rect.y1 = surf_draw->height;
262 vl_compositor_render(cstate, compositor, surf_draw, dirty_area, true);
294 pipe_surface_reference(&surf_draw, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dpresentation.c213 struct pipe_surface surf_templ, *surf_draw = NULL; local in function:vlVdpPresentationQueueDisplay
247 surf_draw = pipe->create_surface(pipe, tex, &surf_templ);
251 dst_clip.x1 = clip_width ? clip_width : surf_draw->width;
252 dst_clip.y1 = clip_height ? clip_height : surf_draw->height;
256 src_rect.x1 = surf_draw->width;
257 src_rect.y1 = surf_draw->height;
262 vl_compositor_render(cstate, compositor, surf_draw, dirty_area, true);
294 pipe_surface_reference(&surf_draw, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dsurface.c217 struct pipe_surface *surf_draw, struct u_rect *dirty_area,
297 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, false);
314 struct pipe_surface surf_templ, *surf_draw; local in function:vlVaPutSurface
345 surf_draw = drv->pipe->create_surface(drv->pipe, tex, &surf_templ);
346 if (!surf_draw) {
371 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, true);
373 status = vlVaPutSubpictures(surf, drv, surf_draw, dirty_area, &src_rect, &dst_rect);
389 pipe_surface_reference(&surf_draw, NULL);
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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dsurface.c217 struct pipe_surface *surf_draw, struct u_rect *dirty_area,
297 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, false);
314 struct pipe_surface surf_templ, *surf_draw; local in function:vlVaPutSurface
345 surf_draw = drv->pipe->create_surface(drv->pipe, tex, &surf_templ);
346 if (!surf_draw) {
371 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, true);
373 status = vlVaPutSubpictures(surf, drv, surf_draw, dirty_area, &src_rect, &dst_rect);
389 pipe_surface_reference(&surf_draw, NULL);
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) argument

Completed in 7 milliseconds