Home
last modified time | relevance | path

Searched refs:svga_winsys_surface (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_winsys.h68 struct svga_winsys_surface;
94 struct svga_winsys_surface *surface,
188 struct svga_winsys_surface *
200 struct svga_winsys_surface *
211 struct svga_winsys_surface *surface,
220 struct svga_winsys_surface *surface);
228 struct svga_winsys_surface **pdst,
229 struct svga_winsys_surface *src);
301 struct svga_winsys_surface *srf);
303 struct svga_winsys_surface *
Dsvga_surface.h39 struct svga_winsys_surface;
48 struct svga_winsys_surface *handle;
64 struct svga_winsys_surface *
78 struct svga_winsys_surface *src_handle,
81 struct svga_winsys_surface *dst_handle,
Dsvga_screen_cache.h54 struct svga_winsys_surface;
83 struct svga_winsys_surface *handle;
138 struct svga_winsys_surface *
145 struct svga_winsys_surface **handle);
Dsvga_cmd.h48 struct svga_winsys_surface;
79 struct svga_winsys_surface *sid,
87 struct svga_winsys_surface *sid,
93 struct svga_winsys_surface *sid);
111 struct svga_winsys_surface *host,
Dsvga_resource_buffer.h47 struct svga_winsys_surface;
96 struct svga_winsys_surface *handle;
232 struct svga_winsys_surface *
Dsvga_screen_cache.c91 static INLINE struct svga_winsys_surface *
98 struct svga_winsys_surface *handle = NULL; in svga_screen_cache_lookup()
203 struct svga_winsys_surface **p_handle) in svga_screen_cache_add()
208 struct svga_winsys_surface *handle = *p_handle; in svga_screen_cache_add()
393 struct svga_winsys_surface *
398 struct svga_winsys_surface *handle = NULL; in svga_screen_surface_create()
476 struct svga_winsys_surface **p_handle) in svga_screen_surface_destroy()
Dsvga_sampler_view.h38 struct svga_winsys_surface;
70 struct svga_winsys_surface *handle;
Dsvga_resource_texture.h39 struct svga_winsys_surface;
77 struct svga_winsys_surface *handle;
Dsvga_surface.c46 struct svga_winsys_surface *src_handle, in svga_texture_copy_handle()
49 struct svga_winsys_surface *dst_handle, in svga_texture_copy_handle()
103 struct svga_winsys_surface *
115 struct svga_winsys_surface *handle; in svga_texture_view_surface()
Dsvga_draw.c173 struct svga_winsys_surface *vb_handle[SVGA3D_INPUTREG_MAX]; in svga_hwtnl_flush()
174 struct svga_winsys_surface *ib_handle[QSZ]; in svga_hwtnl_flush()
175 struct svga_winsys_surface *handle; in svga_hwtnl_flush()
Dsvga_cmd.c268 struct svga_winsys_surface *sid, // IN in SVGA3D_BeginDefineSurface()
316 struct svga_winsys_surface *sid, // IN in SVGA3D_DefineSurface2D()
360 struct svga_winsys_surface *sid) // IN in SVGA3D_DestroySurface()
478 struct svga_winsys_surface *host, in SVGA3D_BufferDMA()
Dsvga_state_tss.c143 struct svga_winsys_surface *handle; in update_tss_binding()
214 struct svga_winsys_surface *handle; in svga_reemit_tss_bindings()
Dsvga_resource_buffer_upload.c181 struct svga_winsys_surface *host = sbuf->handle; in svga_buffer_upload_command()
543 struct svga_winsys_surface *
Dsvga_resource_texture.c502 struct svga_winsys_surface *srf; in svga_texture_from_handle()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.h60 static INLINE struct svga_winsys_surface *
61 svga_winsys_surface(struct vmw_svga_winsys_surface *surf) in svga_winsys_surface() function
64 return (struct svga_winsys_surface *)surf; in svga_winsys_surface()
69 vmw_svga_winsys_surface(struct svga_winsys_surface *surf) in vmw_svga_winsys_surface()
Dvmw_screen_dri.c49 static struct svga_winsys_surface *
55 struct svga_winsys_surface *surface,
152 static struct svga_winsys_surface *
158 struct svga_winsys_surface *ssrf; in vmw_drm_surface_from_handle()
208 ssrf = svga_winsys_surface(vsrf); in vmw_drm_surface_from_handle()
220 struct svga_winsys_surface *surface, in vmw_drm_surface_get_handle()
Dvmw_screen_svga.c154 static struct svga_winsys_surface *
178 return svga_winsys_surface(surface); in vmw_svga_winsys_surface_create()
189 struct svga_winsys_surface *surface) in vmw_svga_winsys_surface_is_flushed()
198 struct svga_winsys_surface **pDst, in vmw_svga_winsys_surface_ref()
199 struct svga_winsys_surface *src) in vmw_svga_winsys_surface_ref()
205 *pDst = svga_winsys_surface(d_vsurf); in vmw_svga_winsys_surface_ref()
Dvmw_buffer.h37 struct svga_winsys_surface;
Dvmw_context.c248 struct svga_winsys_surface *surface, in vmw_swc_surface_relocation()