Searched defs:vws (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_svga.c | 58 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_buffer_create() local 125 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_reference() local 136 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_signalled() local 147 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_finish() local 162 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_surface_create() local 212 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_destroy() local 221 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_hw_version() local 232 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_get_cap() local 296 vmw_winsys_screen_init_svga(struct vmw_winsys_screen *vws) in vmw_winsys_screen_init_svga()
|
D | vmw_fence.c | 49 struct vmw_winsys_screen *vws; member 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() local 258 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_signalled() local 274 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_finish() local 305 vmw_fence_ops_create(struct vmw_winsys_screen *vws) in vmw_fence_ops_create()
|
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_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_screen.c | 42 struct vmw_winsys_screen *vws = CALLOC_STRUCT(vmw_winsys_screen); in vmw_winsys_create() local 70 vmw_winsys_destroy(struct vmw_winsys_screen *vws) in vmw_winsys_destroy()
|
D | vmw_buffer.c | 85 struct vmw_winsys_screen *vws; member 173 struct vmw_winsys_screen *vws = mgr->vws; in vmw_gmr_bufmgr_create_buffer() local 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() local 159 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_surface_from_handle() local
|
D | vmw_context.c | 60 struct vmw_winsys_screen *vws; member 367 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_context_create() local
|