HomeSort by relevance Sort by last modified time
    Searched refs:vmw_region (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen.h 57 struct vmw_region;
113 vmw_region_size(struct vmw_region *region);
145 struct vmw_region **p_region);
154 struct vmw_region **p_region);
168 struct vmw_region *
172 vmw_ioctl_region_destroy(struct vmw_region *region);
175 vmw_ioctl_region_ptr(struct vmw_region *region);
178 vmw_ioctl_region_map(struct vmw_region *region);
180 vmw_ioctl_region_unmap(struct vmw_region *region);
203 vmw_ioctl_syncforcpu(struct vmw_region *region
    [all...]
vmw_buffer.h 48 struct vmw_region *region;
vmw_screen_ioctl.c 57 struct vmw_region struct
68 vmw_region_size(struct vmw_region *region)
199 struct vmw_region **p_region)
204 struct vmw_region *region = NULL;
210 region = CALLOC_STRUCT(vmw_region);
333 * struct vmw_region holding a reference to the surface backup buffer.
344 struct vmw_region **p_region)
349 struct vmw_region *region = NULL;
356 region = CALLOC_STRUCT(vmw_region);
491 struct vmw_region *
    [all...]
vmw_buffer.c 63 struct vmw_region *region;

Completed in 73 milliseconds