Searched refs:vmw_winsys_screen (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen.h | 57 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 …]
|
D | vmw_screen_svga.c | 58 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()
|
D | 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);
|
D | vmw_fence.c | 49 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()
|
D | vmw_screen.c | 39 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()
|
D | vmw_screen_ioctl.c | 70 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 …]
|
D | vmw_buffer.h | 38 struct vmw_winsys_screen; 58 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws);
|
D | vmw_screen_pools.c | 48 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()
|
D | vmw_buffer.c | 85 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()
|
D | vmw_screen_dri.c | 89 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()
|
D | vmw_surface.h | 51 struct vmw_winsys_screen *screen;
|
D | vmw_context.c | 60 struct vmw_winsys_screen *vws; 367 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_context_create()
|