Lines Matching refs:srf
49 * @srf: Refcounted pointer to the surface pointed to by this view.
66 struct vmw_resource *srf; /* Immutable */
136 struct vmw_surface *srf = vmw_res_to_srf(view->srf);
138 list_add_tail(&view->srf_head, &srf->view_list);
163 struct vmw_surface *srf = vmw_res_to_srf(view->srf);
185 WARN_ON(view->srf->id == SVGA3D_INVALID_ID);
186 cmd->body.sid = view->srf->id;
189 list_add_tail(&view->srf_head, &srf->view_list);
291 vmw_resource_unreference(&view->srf);
301 * @srf: Pointer to a struct vmw_resource identifying the surface the view
312 struct vmw_resource *srf,
352 view->srf = vmw_resource_reference(srf);
464 return vmw_view(res)->srf;