Lines Matching defs:vfbs
720 struct vmw_framebuffer_surface *vfbs =
721 container_of(framebuffer, typeof(*vfbs), base);
727 srf = &vfbs->surface->res;
738 if (vfbs->is_bo_proxy) {
1165 struct vmw_framebuffer_surface *vfbs;
1168 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1170 if (vfbs->is_bo_proxy)
1181 struct vmw_framebuffer_surface *vfbs;
1184 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1186 if (vfbs->is_bo_proxy)
1198 struct vmw_framebuffer_surface *vfbs;
1206 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1218 cmd_update->body.image.sid = vfbs->surface->res.id;
1241 struct vmw_framebuffer_surface *vfbs;
1245 vfbs = container_of(update->vfb, typeof(*vfbs), base);
1250 cmd_copy->body.src.sid = vfbs->surface->res.id;
1306 struct vmw_framebuffer_surface *vfbs;
1309 vfbs = container_of(vfb, typeof(*vfbs), base);
1321 if (vfbs->is_bo_proxy)
1324 if (vfbs->surface->res.id != stdu->display_srf->res.id) {