Lines Matching full:surface
35 * destroy a hardware surface, all views pointing to it must also be destroyed,
37 * So in particular if a surface is evicted, we must destroy all views pointing
49 * @srf: Refcounted pointer to the surface pointed to by this view.
51 * @srf_head: List head for the surface-to-view list.
98 * @sid: The surface id of the view being defined
184 /* Sid may have changed due to surface eviction. */ in vmw_view_create()
202 * owning process or if the surface the view is pointing to is destroyed.
301 * @srf: Pointer to a struct vmw_resource identifying the surface the view
434 * vmw_view_surface_list_destroy - Evict all views pointing to a surface
437 * @list: List of views pointing to a surface.
439 * This function evicts all views pointing to a surface. This is typically
440 * called before the surface is evicted.
454 * vmw_view_srf - Return a non-refcounted pointer to the surface a view is
460 * the view resource is alive, the surface resource will be.