Searched refs:cotable (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c40 * @cotable: Refcounted cotable holding this Streamoutput.
41 * @cotable_head: List head for cotable-so_res list.
49 struct vmw_resource *cotable; member in struct:vmw_dx_streamoutput
114 vmw_cotable_add_resource(so->cotable, &so->cotable_head);
227 vmw_cotable_add_resource(so->cotable, &so->cotable_head);
259 vmw_resource_unreference(&so->cotable);
294 so->cotable = vmw_resource_reference
350 * vmw_dx_streamoutput_cotable_list_scrub - cotable unbind_func callback.
352 * @list: The list of cotable resource
[all...]
H A Dvmwgfx_so.c50 * @cotable: Refcounted pointer to the cotable holding this view.
52 * @cotable_head: List head for the cotable-to_view list.
67 struct vmw_resource *cotable; /* Immutable */ member in struct:vmw_view
139 vmw_cotable_add_resource(view->cotable, &view->cotable_head);
190 vmw_cotable_add_resource(view->cotable, &view->cotable_head);
290 vmw_resource_unreference(&view->cotable);
353 view->cotable = vmw_resource_reference
410 * vmw_view_cotable_list_destroy - Evict all views belonging to a cotable.
413 * @list: List of views belonging to a cotable
[all...]
H A Dvmwgfx_shader.c51 struct vmw_resource *cotable; member in struct:vmw_dx_shader
117 * context destroy, in which case we destroy the cotable anyway,
362 vmw_cotable_add_resource(shader->cotable,
407 vmw_cotable_add_resource(shader->cotable, &shader->cotable_head);
534 * vmw_dx_shader_cotable_list_scrub - The cotable unbind_func callback for
538 * @list: The list of cotable resources.
570 vmw_resource_unreference(&shader->cotable);
605 shader->cotable = vmw_resource_reference

Completed in 66 milliseconds