HomeSort by: relevance | last modified time | path
    Searched defs:vmw_view_destroy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_so.h 49 * union vmw_view_destroy - view destruction command body
62 union vmw_view_destroy { union
vmwgfx_so.c 81 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 in typeref:typename:int
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));

Completed in 14 milliseconds