Lines Matching refs:vmw_resource
63 struct vmw_resource res;
64 struct vmw_resource *ctx; /* Immutable */
65 struct vmw_resource *srf; /* Immutable */
66 struct vmw_resource *cotable; /* Immutable */
76 static int vmw_view_create(struct vmw_resource *res);
77 static int vmw_view_destroy(struct vmw_resource *res);
78 static void vmw_hw_view_destroy(struct vmw_resource *res);
79 static void vmw_view_commit_notify(struct vmw_resource *res,
113 static struct vmw_view *vmw_view(struct vmw_resource *res) in vmw_view()
126 static void vmw_view_commit_notify(struct vmw_resource *res, in vmw_view_commit_notify()
158 static int vmw_view_create(struct vmw_resource *res) in vmw_view_create()
202 static int vmw_view_destroy(struct vmw_resource *res) in vmw_view_destroy()
239 static void vmw_hw_view_destroy(struct vmw_resource *res) in vmw_hw_view_destroy()
284 static void vmw_view_res_free(struct vmw_resource *res) in vmw_view_res_free()
312 struct vmw_resource *ctx, in vmw_view_add()
313 struct vmw_resource *srf, in vmw_view_add()
328 struct vmw_resource *res; in vmw_view_add()
410 struct vmw_resource **res_p) in vmw_view_remove()
475 struct vmw_resource *vmw_view_srf(struct vmw_resource *res) in vmw_view_srf()
489 struct vmw_resource *vmw_view_lookup(struct vmw_cmdbuf_res_manager *man, in vmw_view_lookup()
509 u32 vmw_view_dirtying(struct vmw_resource *res) in vmw_view_dirtying()