Lines Matching full:resource

34  * struct vmw_cmdbuf_res - Command buffer managed resource entry.
40 * @state: Staging state of this resource entry.
41 * @man: Pointer to a resource manager for this entry.
52 * struct vmw_cmdbuf_res_manager - Command buffer resource manager.
69 * vmw_cmdbuf_res_lookup - Look up a command buffer resource
71 * @man: Pointer to the command buffer resource manager
72 * @resource_type: The resource type, that combined with the user key
73 * identifies the resource.
96 * vmw_cmdbuf_res_free - Free a command buffer resource.
98 * @man: Pointer to the command buffer resource manager
114 * vmw_cmdbuf_res_commit - Commit a list of command buffer resource actions
116 * @list: Caller's list of command buffer resource actions.
118 * This function commits a list of command buffer resource
149 * vmw_cmdbuf_res_revert - Revert a list of command buffer resource actions
151 * @man: Pointer to the command buffer resource manager
152 * @list: Caller's list of command buffer resource action
154 * This function reverts a list of command buffer resource
185 * vmw_cmdbuf_res_add - Stage a command buffer managed resource for addition.
187 * @man: Pointer to the command buffer resource manager.
188 * @res_type: The resource type.
189 * @user_key: The user-space id of the resource.
194 * resource to the hash table of the manager identified by @man. The
227 * vmw_cmdbuf_res_remove - Stage a command buffer managed resource for removal.
229 * @man: Pointer to the command buffer resource manager.
230 * @res_type: The resource type.
231 * @user_key: The user-space id of the resource.
233 * @res_p: If the resource is in an already committed state, points to the
280 * vmw_cmdbuf_res_man_create - Allocate a command buffer managed resource
285 * Allocates and initializes a command buffer managed resource manager. Returns
309 * vmw_cmdbuf_res_man_destroy - Destroy a command buffer managed resource
314 * This function destroys a command buffer managed resource manager and
332 * resource manager
335 * resource manager.