Searched refs:surf_draw (Results 1 – 1 of 1) sorted by relevance
210 struct pipe_surface surf_templ, *surf_draw; in vlVdpPresentationQueueDisplay() local240 surf_draw = pipe->create_surface(pipe, tex, &surf_templ); in vlVdpPresentationQueueDisplay()246 dst_clip.x1 = clip_width ? clip_width : surf_draw->width; in vlVdpPresentationQueueDisplay()247 dst_clip.y1 = clip_height ? clip_height : surf_draw->height; in vlVdpPresentationQueueDisplay()250 dst_clip.x1 == surf_draw->width && dst_clip.y1 == surf_draw->height) { in vlVdpPresentationQueueDisplay()255 vlVdpResolveDelayedRendering(pq->device, surf_draw, dirty_area); in vlVdpPresentationQueueDisplay()262 src_rect.x1 = surf_draw->width; in vlVdpPresentationQueueDisplay()263 src_rect.y1 = surf_draw->height; in vlVdpPresentationQueueDisplay()268 vl_compositor_render(cstate, compositor, surf_draw, dirty_area); in vlVdpPresentationQueueDisplay()298 pipe_surface_reference(&surf_draw, NULL); in vlVdpPresentationQueueDisplay()