Lines Matching refs:srf
47 * @srf: Refcounted pointer to the surface pointed to by this view.
64 struct vmw_resource *srf; /* Immutable */
133 struct vmw_surface *srf = vmw_res_to_srf(view->srf);
135 list_add_tail(&view->srf_head, &srf->view_list);
160 struct vmw_surface *srf = vmw_res_to_srf(view->srf);
182 WARN_ON(view->srf->id == SVGA3D_INVALID_ID);
183 cmd->body.sid = view->srf->id;
186 list_add_tail(&view->srf_head, &srf->view_list);
290 vmw_resource_unreference(&view->srf);
301 * @srf: Pointer to a struct vmw_resource identifying the surface the view
312 struct vmw_resource *srf,
364 view->srf = vmw_resource_reference(srf);
476 return vmw_view(res)->srf;