Lines Matching refs:vmw_view
61 struct vmw_view { struct
113 static struct vmw_view *vmw_view(struct vmw_resource *res) in vmw_view() function
115 return container_of(res, struct vmw_view, res); in vmw_view()
129 struct vmw_view *view = vmw_view(res); in vmw_view_commit_notify()
160 struct vmw_view *view = vmw_view(res); in vmw_view_create()
205 struct vmw_view *view = vmw_view(res); in vmw_view_destroy()
286 struct vmw_view *view = vmw_view(res); in vmw_view_res_free()
326 struct vmw_view *view; in vmw_view_add()
341 size = offsetof(struct vmw_view, cmd) + cmd_size; in vmw_view_add()
423 struct vmw_view *entry, *next; in vmw_view_cotable_list_destroy()
443 struct vmw_view *entry, *next; in vmw_view_surface_list_destroy()
462 return vmw_view(res)->srf; in vmw_view_srf()
504 return view_is_dirtying[vmw_view(res)->view_type]; in vmw_view_dirtying()