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;
116 vmw_region_size(struct vmw_region *region);
148 struct vmw_region **p_region);
157 struct vmw_region **p_region);
173 struct vmw_region *
177 vmw_ioctl_region_destroy(struct vmw_region *region);
180 vmw_ioctl_region_ptr(struct vmw_region *region);
183 vmw_ioctl_region_map(struct vmw_region *region);
185 vmw_ioctl_region_unmap(struct vmw_region *region);
208 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)
204 struct vmw_region **p_region)
209 struct vmw_region *region = NULL;
215 region = CALLOC_STRUCT(vmw_region);
338 * struct vmw_region holding a reference to the surface backup buffer.
349 struct vmw_region **p_region)
354 struct vmw_region *region = NULL;
361 region = CALLOC_STRUCT(vmw_region);
514 struct vmw_region *
    [all...]
vmw_buffer.c 63 struct vmw_region *region;

Completed in 48 milliseconds