Home
last modified time | relevance | path

Searched refs:vmw_winsys_screen (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.h57 struct vmw_winsys_screen struct
82 static INLINE struct vmw_winsys_screen * argument
83 vmw_winsys_screen(struct svga_winsys_screen *base) in vmw_winsys_screen() function
85 return (struct vmw_winsys_screen *)base; in vmw_winsys_screen()
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 …]
Dvmw_screen_svga.c58 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_buffer_create()
125 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_reference()
136 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_signalled()
147 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_finish()
162 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_surface_create()
212 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_destroy()
221 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_hw_version()
232 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_cap()
296 vmw_winsys_screen_init_svga(struct vmw_winsys_screen *vws) in vmw_winsys_screen_init_svga()
Dvmw_fence.h36 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);
Dvmw_fence.c49 struct vmw_winsys_screen *vws;
120 vmw_fence_reference(struct vmw_winsys_screen *vws, in vmw_fence_reference()
154 vmw_fence_signalled(struct vmw_winsys_screen *vws, in vmw_fence_signalled()
199 vmw_fence_finish(struct vmw_winsys_screen *vws, in vmw_fence_finish()
243 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_reference()
258 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_signalled()
274 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_finish()
305 vmw_fence_ops_create(struct vmw_winsys_screen *vws) in vmw_fence_ops_create()
Dvmw_screen.c39 struct vmw_winsys_screen *
42 struct vmw_winsys_screen *vws = CALLOC_STRUCT(vmw_winsys_screen); in vmw_winsys_create()
70 vmw_winsys_destroy(struct vmw_winsys_screen *vws) in vmw_winsys_destroy()
Dvmw_screen_ioctl.c70 vmw_ioctl_context_create(struct vmw_winsys_screen *vws) in vmw_ioctl_context_create()
89 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, uint32 cid) in vmw_ioctl_context_destroy()
104 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws, in vmw_ioctl_surface_create()
172 vmw_ioctl_surface_destroy(struct vmw_winsys_screen *vws, uint32 sid) in vmw_ioctl_surface_destroy()
186 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid, in vmw_ioctl_command()
256 vmw_ioctl_region_create(struct vmw_winsys_screen *vws, uint32_t size) in vmw_ioctl_region_create()
360 vmw_ioctl_fence_unref(struct vmw_winsys_screen *vws, in vmw_ioctl_fence_unref()
390 vmw_ioctl_fence_signalled(struct vmw_winsys_screen *vws, in vmw_ioctl_fence_signalled()
414 vmw_ioctl_fence_finish(struct vmw_winsys_screen *vws, in vmw_ioctl_fence_finish()
440 vmw_ioctl_init(struct vmw_winsys_screen *vws) in vmw_ioctl_init()
[all …]
Dvmw_buffer.h38 struct vmw_winsys_screen;
58 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws);
Dvmw_screen_pools.c48 vmw_pools_cleanup(struct vmw_winsys_screen *vws) in vmw_pools_cleanup()
78 vmw_query_pools_init(struct vmw_winsys_screen *vws) in vmw_query_pools_init()
114 vmw_pools_init(struct vmw_winsys_screen *vws) in vmw_pools_init()
Dvmw_buffer.c85 struct vmw_winsys_screen *vws;
173 struct vmw_winsys_screen *vws = mgr->vws; in vmw_gmr_bufmgr_create_buffer()
222 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws) in vmw_gmr_bufmgr_create()
Dvmw_screen_dri.c89 struct vmw_winsys_screen *vws; in svga_drm_winsys_screen_create()
159 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_surface_from_handle()
Dvmw_surface.h51 struct vmw_winsys_screen *screen;
Dvmw_context.c60 struct vmw_winsys_screen *vws;
367 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_context_create()