Searched refs:vmw_gb_surface_destroy (Results 1 – 1 of 1) sorted by relevance
87 static int vmw_gb_surface_destroy(struct vmw_resource *res);134 .destroy = vmw_gb_surface_destroy,342 if (res->func->destroy == vmw_gb_surface_destroy) { in vmw_hw_surface_destroy()343 (void) vmw_gb_surface_destroy(res); in vmw_hw_surface_destroy()1245 static int vmw_gb_surface_destroy(struct vmw_resource *res) in vmw_gb_surface_destroy() function