/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_so.c | 53 * @cotable: Refcounted pointer to the cotable holding this view. 55 * @cotable_head: List head for the cotable-to_view list. 70 struct vmw_resource *cotable; /* Immutable */ member in struct:vmw_view 141 vmw_cotable_add_resource(view->cotable, &view->cotable_head); 192 vmw_cotable_add_resource(view->cotable, &view->cotable_head); 294 vmw_resource_unreference(&view->cotable); 369 view->cotable = vmw_resource_reference 426 * vmw_view_cotable_list_destroy - Evict all views belonging to a cotable. 429 * @list: List of views belonging to a cotable [all...] |
vmwgfx_so.c | 53 * @cotable: Refcounted pointer to the cotable holding this view. 55 * @cotable_head: List head for the cotable-to_view list. 70 struct vmw_resource *cotable; /* Immutable */ member in struct:vmw_view 141 vmw_cotable_add_resource(view->cotable, &view->cotable_head); 192 vmw_cotable_add_resource(view->cotable, &view->cotable_head); 294 vmw_resource_unreference(&view->cotable); 369 view->cotable = vmw_resource_reference 426 * vmw_view_cotable_list_destroy - Evict all views belonging to a cotable. 429 * @list: List of views belonging to a cotable [all...] |
vmwgfx_so.c | 53 * @cotable: Refcounted pointer to the cotable holding this view. 55 * @cotable_head: List head for the cotable-to_view list. 70 struct vmw_resource *cotable; /* Immutable */ member in struct:vmw_view 141 vmw_cotable_add_resource(view->cotable, &view->cotable_head); 192 vmw_cotable_add_resource(view->cotable, &view->cotable_head); 294 vmw_resource_unreference(&view->cotable); 369 view->cotable = vmw_resource_reference 426 * vmw_view_cotable_list_destroy - Evict all views belonging to a cotable. 429 * @list: List of views belonging to a cotable [all...] |
vmwgfx_shader.c | 55 struct vmw_resource *cotable; member in struct:vmw_dx_shader 124 * context destroy, in which case we destroy the cotable anyway, 369 vmw_cotable_add_resource(shader->cotable, 414 vmw_cotable_add_resource(shader->cotable, &shader->cotable_head); 541 * vmw_dx_shader_cotable_list_scrub - The cotable unbind_func callback for 545 * @list: The list of cotable resources. 578 vmw_resource_unreference(&shader->cotable); 631 shader->cotable = vmw_resource_reference
|
vmwgfx_shader.c | 55 struct vmw_resource *cotable; member in struct:vmw_dx_shader 124 * context destroy, in which case we destroy the cotable anyway, 369 vmw_cotable_add_resource(shader->cotable, 414 vmw_cotable_add_resource(shader->cotable, &shader->cotable_head); 541 * vmw_dx_shader_cotable_list_scrub - The cotable unbind_func callback for 545 * @list: The list of cotable resources. 578 vmw_resource_unreference(&shader->cotable); 631 shader->cotable = vmw_resource_reference
|
vmwgfx_shader.c | 55 struct vmw_resource *cotable; member in struct:vmw_dx_shader 124 * context destroy, in which case we destroy the cotable anyway, 369 vmw_cotable_add_resource(shader->cotable, 414 vmw_cotable_add_resource(shader->cotable, &shader->cotable_head); 541 * vmw_dx_shader_cotable_list_scrub - The cotable unbind_func callback for 545 * @list: The list of cotable resources. 578 vmw_resource_unreference(&shader->cotable); 631 shader->cotable = vmw_resource_reference
|