Lines Matching defs:srf
52 * @srf: Refcounted pointer to the surface pointed to by this view.
69 struct vmw_resource *srf; /* Immutable */
138 struct vmw_surface *srf = vmw_res_to_srf(view->srf);
140 list_add_tail(&view->srf_head, &srf->view_list);
165 struct vmw_surface *srf = vmw_res_to_srf(view->srf);
187 WARN_ON(view->srf->id == SVGA3D_INVALID_ID);
188 cmd->body.sid = view->srf->id;
191 list_add_tail(&view->srf_head, &srf->view_list);
295 vmw_resource_unreference(&view->srf);
306 * @srf: Pointer to a struct vmw_resource identifying the surface the view
317 struct vmw_resource *srf,
368 view->srf = vmw_resource_reference(srf);
480 return vmw_view(res)->srf;