Lines Matching defs:vfbs
859 struct vmw_framebuffer_surface *vfbs =
860 container_of(framebuffer, typeof(*vfbs), base);
866 srf = &vfbs->surface->res;
877 if (vfbs->is_bo_proxy) {
1392 struct vmw_framebuffer_surface *vfbs;
1395 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1397 if (vfbs->is_bo_proxy)
1408 struct vmw_framebuffer_surface *vfbs;
1411 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1413 if (vfbs->is_bo_proxy)
1425 struct vmw_framebuffer_surface *vfbs;
1433 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1445 cmd_update->body.image.sid = vfbs->surface->res.id;
1468 struct vmw_framebuffer_surface *vfbs;
1472 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1477 cmd_copy->body.src.sid = vfbs->surface->res.id;
1533 struct vmw_framebuffer_surface *vfbs;
1536 vfbs = container_of(vfb, typeof(*vfbs), base);
1549 if (vfbs->is_bo_proxy)
1552 if (vfbs->surface->res.id != stdu->display_srf->res.id) {