HomeSort by: relevance | last modified time | path
    Searched refs:hw_destroy (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_resource_priv.h 117 * @hw_destroy: A resource hw_destroy function.
125 void (*hw_destroy)(struct vmw_resource *res); member in struct:vmw_simple_resource_func
vmwgfx_simple_resource.c 89 simple->res.hw_destroy = simple->func->hw_destroy;
vmwgfx_va.c 100 .hw_destroy = vmw_stream_hw_destroy,
vmwgfx_so.c 390 res->hw_destroy = vmw_hw_view_destroy;
vmwgfx_resource.c 155 if (likely(res->hw_destroy != NULL)) {
159 res->hw_destroy(res);
228 res->hw_destroy = NULL;
vmwgfx_cotable.c 536 * vmw_hw_cotable_destroy - Cotable hw_destroy callback
617 vcotbl->res.hw_destroy = vmw_hw_cotable_destroy;
vmwgfx_context.c 226 res->hw_destroy = vmw_hw_context_destroy;
280 res->hw_destroy = vmw_hw_context_destroy;
vmwgfx_shader.c 198 res->hw_destroy = vmw_hw_shader_destroy;
652 res->hw_destroy = vmw_hw_shader_destroy;
vmwgfx_drv.h 176 * @hw_destroy: Callback to destroy the resource on the device, as part of
199 void (*hw_destroy) (struct vmw_resource *res); member in struct:vmw_resource
vmwgfx_surface.c 640 res->hw_destroy = vmw_hw_surface_destroy;

Completed in 18 milliseconds