Lines Matching refs:vmw_resource
64 struct vmw_resource res;
65 struct vmw_resource *ctx; /* Immutable */
66 struct vmw_resource *srf; /* Immutable */
67 struct vmw_resource *cotable; /* Immutable */
77 static int vmw_view_create(struct vmw_resource *res);
78 static int vmw_view_destroy(struct vmw_resource *res);
79 static void vmw_hw_view_destroy(struct vmw_resource *res);
80 static void vmw_view_commit_notify(struct vmw_resource *res,
115 static struct vmw_view *vmw_view(struct vmw_resource *res) in vmw_view()
128 static void vmw_view_commit_notify(struct vmw_resource *res, in vmw_view_commit_notify()
160 static int vmw_view_create(struct vmw_resource *res) in vmw_view_create()
204 static int vmw_view_destroy(struct vmw_resource *res) in vmw_view_destroy()
241 static void vmw_hw_view_destroy(struct vmw_resource *res) in vmw_hw_view_destroy()
286 static void vmw_view_res_free(struct vmw_resource *res) in vmw_view_res_free()
311 struct vmw_resource *ctx, in vmw_view_add()
312 struct vmw_resource *srf, in vmw_view_add()
327 struct vmw_resource *res; in vmw_view_add()
397 struct vmw_resource **res_p) in vmw_view_remove()
462 struct vmw_resource *vmw_view_srf(struct vmw_resource *res) in vmw_view_srf()
476 struct vmw_resource *vmw_view_lookup(struct vmw_cmdbuf_res_manager *man, in vmw_view_lookup()
496 u32 vmw_view_dirtying(struct vmw_resource *res) in vmw_view_dirtying()