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

/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dpresentation.c210 struct pipe_surface surf_templ, *surf_draw; local
240 surf_draw = pipe->create_surface(pipe, tex, &surf_templ);
246 dst_clip.x1 = clip_width ? clip_width : surf_draw->width;
247 dst_clip.y1 = clip_height ? clip_height : surf_draw->height;
250 dst_clip.x1 == surf_draw->width && dst_clip.y1 == surf_draw->height) {
255 vlVdpResolveDelayedRendering(pq->device, surf_draw, dirty_area);
262 src_rect.x1 = surf_draw->width;
263 src_rect.y1 = surf_draw->height;
268 vl_compositor_render(cstate, compositor, surf_draw, dirty_are
[all...]

Completed in 51 milliseconds