Lines Matching refs:vmw_view
60 struct vmw_view { struct
112 static struct vmw_view *vmw_view(struct vmw_resource *res) in vmw_view() function
114 return container_of(res, struct vmw_view, res); in vmw_view()
128 struct vmw_view *view = vmw_view(res); in vmw_view_commit_notify()
159 struct vmw_view *view = vmw_view(res); in vmw_view_create()
205 struct vmw_view *view = vmw_view(res); in vmw_view_destroy()
289 struct vmw_view *view = vmw_view(res); in vmw_view_res_free()
290 size_t size = offsetof(struct vmw_view, cmd) + view->cmd_size; in vmw_view_res_free()
331 struct vmw_view *view; in vmw_view_add()
350 size = offsetof(struct vmw_view, cmd) + cmd_size; in vmw_view_add()
440 struct vmw_view *entry, *next; in vmw_view_cotable_list_destroy()
460 struct vmw_view *entry, *next; in vmw_view_surface_list_destroy()
479 return vmw_view(res)->srf; in vmw_view_srf()