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

/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_so.c81 static int vmw_view_destroy(struct vmw_resource *res);
199 * vmw_view_destroy - Destroy a hardware view.
206 static int vmw_view_destroy(struct vmw_resource *res) function
212 union vmw_view_destroy body;
248 WARN_ON(vmw_view_destroy(res));
446 WARN_ON(vmw_view_destroy(&entry->res));
466 WARN_ON(vmw_view_destroy(&entry->res));
569 BUILD_BUG_ON(sizeof(union vmw_view_destroy) != sizeof(u32));
H A Dvmwgfx_so.h49 * union vmw_view_destroy - view destruction command body
62 union vmw_view_destroy { union
H A Dvmwgfx_execbuf.c2613 union vmw_view_destroy body;

Completed in 109 milliseconds