Lines Matching refs:vmw_resource
62 struct vmw_resource res;
63 struct vmw_resource *ctx; /* Immutable */
64 struct vmw_resource *srf; /* Immutable */
65 struct vmw_resource *cotable; /* Immutable */
75 static int vmw_view_create(struct vmw_resource *res);
76 static int vmw_view_destroy(struct vmw_resource *res);
77 static void vmw_hw_view_destroy(struct vmw_resource *res);
78 static void vmw_view_commit_notify(struct vmw_resource *res,
112 static struct vmw_view *vmw_view(struct vmw_resource *res) in vmw_view()
125 static void vmw_view_commit_notify(struct vmw_resource *res, in vmw_view_commit_notify()
157 static int vmw_view_create(struct vmw_resource *res) in vmw_view_create()
201 static int vmw_view_destroy(struct vmw_resource *res) in vmw_view_destroy()
238 static void vmw_hw_view_destroy(struct vmw_resource *res) in vmw_hw_view_destroy()
283 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()
326 struct vmw_resource *res; in vmw_view_add()
408 struct vmw_resource **res_p) in vmw_view_remove()
473 struct vmw_resource *vmw_view_srf(struct vmw_resource *res) in vmw_view_srf()
487 struct vmw_resource *vmw_view_lookup(struct vmw_cmdbuf_res_manager *man, in vmw_view_lookup()
507 u32 vmw_view_dirtying(struct vmw_resource *res) in vmw_view_dirtying()