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

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen.h 57 struct vmw_winsys_screen struct
82 static INLINE struct vmw_winsys_screen *
83 vmw_winsys_screen(struct svga_winsys_screen *base) function
85 return (struct vmw_winsys_screen *)base;
90 vmw_ioctl_context_create(struct vmw_winsys_screen *vws);
93 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws,
97 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws,
105 vmw_ioctl_surface_destroy(struct vmw_winsys_screen *vws,
109 vmw_ioctl_command(struct vmw_winsys_screen *vws,
117 vmw_ioctl_region_create(struct vmw_winsys_screen *vws, uint32_t size)
    [all...]
vmw_fence.h 36 struct vmw_winsys_screen;
43 vmw_fence_finish(struct vmw_winsys_screen *vws,
47 vmw_fence_signalled(struct vmw_winsys_screen *vws,
51 vmw_fence_reference(struct vmw_winsys_screen *vws,
56 vmw_fence_ops_create(struct vmw_winsys_screen *vws);
vmw_screen.c 36 * vmw_winsys_screen structure, which is the main entity in this
39 struct vmw_winsys_screen *
42 struct vmw_winsys_screen *vws = CALLOC_STRUCT(vmw_winsys_screen);
70 vmw_winsys_destroy(struct vmw_winsys_screen *vws)
vmw_buffer.h 38 struct vmw_winsys_screen;
58 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws);
vmw_screen_svga.c 58 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
125 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
136 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
147 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
162 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws)
    [all...]
vmw_fence.c 49 struct vmw_winsys_screen *vws;
120 vmw_fence_reference(struct vmw_winsys_screen *vws,
154 vmw_fence_signalled(struct vmw_winsys_screen *vws,
199 vmw_fence_finish(struct vmw_winsys_screen *vws,
243 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
258 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
274 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws;
297 * @vws: Pointer to a struct vmw_winsys_screen.
305 vmw_fence_ops_create(struct vmw_winsys_screen *vws)
vmw_surface.h 51 struct vmw_winsys_screen *screen;
vmw_screen_pools.c 45 * @vws: pointer to a struct vmw_winsys_screen.
48 vmw_pools_cleanup(struct vmw_winsys_screen *vws)
70 * @vws: Pointer to a struct vmw_winsys_screen.
78 vmw_query_pools_init(struct vmw_winsys_screen *vws)
111 * @vws: Pointer to a struct vmw_winsys_screen.
114 vmw_pools_init(struct vmw_winsys_screen *vws)
vmw_screen_ioctl.c 70 vmw_ioctl_context_create(struct vmw_winsys_screen *vws)
89 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, uint32 cid)
104 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws,
172 vmw_ioctl_surface_destroy(struct vmw_winsys_screen *vws, uint32 sid)
186 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid,
256 vmw_ioctl_region_create(struct vmw_winsys_screen *vws, uint32_t size)
360 vmw_ioctl_fence_unref(struct vmw_winsys_screen *vws,
390 vmw_ioctl_fence_signalled(struct vmw_winsys_screen *vws,
414 vmw_ioctl_fence_finish(struct vmw_winsys_screen *vws,
440 vmw_ioctl_init(struct vmw_winsys_screen *vws
    [all...]
vmw_buffer.c 85 struct vmw_winsys_screen *vws;
173 struct vmw_winsys_screen *vws = mgr->vws;
222 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws)
vmw_screen_dri.c 89 struct vmw_winsys_screen *vws;
159 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);
vmw_context.c 60 struct vmw_winsys_screen *vws;
367 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws);

Completed in 255 milliseconds