Searched refs:vmw_winsys_screen (Results 1 - 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen.h | 65 struct vmw_winsys_screen struct 129 static inline struct vmw_winsys_screen * 130 vmw_winsys_screen(struct svga_winsys_screen *base) in vmw_winsys_screen() function 132 return (struct vmw_winsys_screen *)base; in vmw_winsys_screen() 140 vmw_ioctl_context_create(struct vmw_winsys_screen *vws); 143 vmw_ioctl_extended_context_create(struct vmw_winsys_screen *vws, 147 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, 151 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws, 160 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws, 174 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vw [all...] |
H A D | vmw_screen_svga.c | 214 vmw_svga_winsys_add_stats(struct vmw_winsys_screen *vws, int slot) in vmw_svga_winsys_add_stats() 276 snprintf(desc, sizeof(desc) - 1, "vmw_winsys_screen=%p pid=%d", vws, gettid()); in vmw_svga_winsys_add_stats() 309 vmw_winsys_screen_mksstat_acq_slot(struct vmw_winsys_screen *vws) in vmw_winsys_screen_mksstat_acq_slot() 315 if (mksstat_tls_global && vmw_winsys_screen(mksstat_tls_global->sws) == vws) { in vmw_winsys_screen_mksstat_acq_slot() 350 vmw_winsys_screen_mksstat_rel_slot(struct vmw_winsys_screen *vws, int slot) in vmw_winsys_screen_mksstat_rel_slot() 373 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_buffer_create() 416 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_fence_reference() 427 struct vmw_winsys_screen *vw in vmw_svga_winsys_fence_signalled() [all...] |
H A D | vmw_fence.h | 36 struct vmw_winsys_screen; 44 vmw_fence_finish(struct vmw_winsys_screen *vws, 53 vmw_fence_signalled(struct vmw_winsys_screen *vws, 57 vmw_fence_reference(struct vmw_winsys_screen *vws, 62 vmw_fence_ops_create(struct vmw_winsys_screen *vws);
|
H A D | vmw_screen.c | 67 vmw_winsys_screen_init_mksstat(struct vmw_winsys_screen *vws) in vmw_winsys_screen_init_mksstat() 82 vmw_winsys_screen_deinit_mksstat(struct vmw_winsys_screen *vws) in vmw_winsys_screen_deinit_mksstat() 118 * vmw_winsys_screen structure, which is the main entity in this 120 * First, check whether a vmw_winsys_screen object already exists for 125 struct vmw_winsys_screen * 128 struct vmw_winsys_screen *vws; in vmw_winsys_create() 147 vws = CALLOC_STRUCT(vmw_winsys_screen); in vmw_winsys_create() 202 vmw_winsys_destroy(struct vmw_winsys_screen *vws) in vmw_winsys_destroy()
|
H A D | vmw_fence.c | 43 struct vmw_winsys_screen *vws; 253 vmw_fence_reference(struct vmw_winsys_screen *vws, in vmw_fence_reference() 296 vmw_fence_signalled(struct vmw_winsys_screen *vws, in vmw_fence_signalled() 345 vmw_fence_finish(struct vmw_winsys_screen *vws, in vmw_fence_finish() 417 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_reference() 432 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_signalled() 448 struct vmw_winsys_screen *vws = vmw_fence_ops(ops)->vws; in vmw_fence_ops_fence_finish() 472 * @vws: Pointer to a struct vmw_winsys_screen. 480 vmw_fence_ops_create(struct vmw_winsys_screen *vws) in vmw_fence_ops_create()
|
H A D | vmw_screen_dri.c | 97 struct vmw_winsys_screen *vws; in svga_drm_winsys_screen_create() 148 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_gb_surface_from_handle() 220 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_surface_from_handle() 330 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_drm_surface_get_handle()
|
H A D | vmw_screen_ioctl.c | 84 vmw_ioctl_context_create(struct vmw_winsys_screen *vws) in vmw_ioctl_context_create() 102 vmw_ioctl_extended_context_create(struct vmw_winsys_screen *vws, in vmw_ioctl_extended_context_create() 123 vmw_ioctl_context_destroy(struct vmw_winsys_screen *vws, uint32 cid) in vmw_ioctl_context_destroy() 138 vmw_ioctl_surface_create(struct vmw_winsys_screen *vws, in vmw_ioctl_surface_create() 200 vmw_ioctl_gb_surface_create(struct vmw_winsys_screen *vws, in vmw_ioctl_gb_surface_create() 349 vmw_ioctl_surface_req(const struct vmw_winsys_screen *vws, in vmw_ioctl_surface_req() 407 vmw_ioctl_gb_surface_ref(struct vmw_winsys_screen *vws, in vmw_ioctl_gb_surface_ref() 496 vmw_ioctl_surface_destroy(struct vmw_winsys_screen *vws, uint32 sid) in vmw_ioctl_surface_destroy() 510 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid, in vmw_ioctl_command() 612 vmw_ioctl_region_create(struct vmw_winsys_screen *vw [all...] |
H A D | vmw_screen_pools.c | 38 * @vws: pointer to a struct vmw_winsys_screen. 41 vmw_pools_cleanup(struct vmw_winsys_screen *vws) in vmw_pools_cleanup() 75 * @vws: Pointer to a struct vmw_winsys_screen. 86 vmw_query_pools_init(struct vmw_winsys_screen *vws) in vmw_query_pools_init() 115 * @vws: Pointer to a struct vmw_winsys_screen. 121 vmw_mob_pools_init(struct vmw_winsys_screen *vws) in vmw_mob_pools_init() 170 * @vws: Pointer to a struct vmw_winsys_screen. 173 vmw_pools_init(struct vmw_winsys_screen *vws) in vmw_pools_init()
|
H A D | vmw_buffer.h | 45 struct vmw_winsys_screen; 91 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws);
|
H A D | vmw_query.c | 39 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_query_create()
|
H A D | vmw_buffer.c | 86 struct vmw_winsys_screen *vws; 215 struct vmw_winsys_screen *vws = mgr->vws; in vmw_gmr_bufmgr_create_buffer() 262 vmw_gmr_bufmgr_create(struct vmw_winsys_screen *vws) in vmw_gmr_bufmgr_create()
|
H A D | vmw_shader.h | 46 struct vmw_winsys_screen *screen;
|
H A D | vmw_surface.c | 46 struct vmw_winsys_screen *vws = vsrf->screen; in vmw_svga_winsys_surface_init() 112 struct vmw_winsys_screen *vws = vsrf->screen; in vmw_svga_winsys_surface_map()
|
H A D | vmw_surface.h | 53 struct vmw_winsys_screen *screen;
|
H A D | vmw_context.c | 98 struct vmw_winsys_screen *vws; 183 struct vmw_winsys_screen *vws = vswc->vws; in vmw_swc_flush() 581 struct vmw_winsys_screen *vws = vswc->vws; in vmw_swc_shader_relocation() 778 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_context_create()
|
H A D | vmw_shader.c | 91 shader->screen = vmw_winsys_screen(sws); in vmw_svga_shader_create()
|
H A D | vmw_msg.c | 429 struct vmw_winsys_screen *vws = vmw_winsys_screen(sws); in vmw_svga_winsys_host_log()
|
Completed in 8 milliseconds