HomeSort by relevance Sort by last modified time
    Searched refs:svga_winsys_surface (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_surface.h 60 static INLINE struct svga_winsys_surface *
61 svga_winsys_surface(struct vmw_svga_winsys_surface *surf) function
64 return (struct svga_winsys_surface *)surf;
69 vmw_svga_winsys_surface(struct svga_winsys_surface *surf)
vmw_buffer.h 37 struct svga_winsys_surface;
vmw_screen_dri.c 49 static struct svga_winsys_surface *
55 struct svga_winsys_surface *surface,
152 static struct svga_winsys_surface *
158 struct svga_winsys_surface *ssrf;
208 ssrf = svga_winsys_surface(vsrf);
220 struct svga_winsys_surface *surface,
vmw_screen_svga.c 154 static struct svga_winsys_surface *
178 return svga_winsys_surface(surface);
189 struct svga_winsys_surface *surface)
198 struct svga_winsys_surface **pDst,
199 struct svga_winsys_surface *src)
205 *pDst = svga_winsys_surface(d_vsurf);
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_surface.h 60 static INLINE struct svga_winsys_surface *
61 svga_winsys_surface(struct vmw_svga_winsys_surface *surf) function
64 return (struct svga_winsys_surface *)surf;
69 vmw_svga_winsys_surface(struct svga_winsys_surface *surf)
vmw_buffer.h 37 struct svga_winsys_surface;
vmw_screen_dri.c 49 static struct svga_winsys_surface *
55 struct svga_winsys_surface *surface,
152 static struct svga_winsys_surface *
158 struct svga_winsys_surface *ssrf;
208 ssrf = svga_winsys_surface(vsrf);
220 struct svga_winsys_surface *surface,
vmw_screen_svga.c 154 static struct svga_winsys_surface *
178 return svga_winsys_surface(surface);
189 struct svga_winsys_surface *surface)
198 struct svga_winsys_surface **pDst,
199 struct svga_winsys_surface *src)
205 *pDst = svga_winsys_surface(d_vsurf);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.h 54 struct svga_winsys_surface;
83 struct svga_winsys_surface *handle;
138 struct svga_winsys_surface *
145 struct svga_winsys_surface **handle);
svga_winsys.h 68 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 *
    [all...]
svga_surface.h 39 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,
svga_resource_texture.h 39 struct svga_winsys_surface;
77 struct svga_winsys_surface *handle;
svga_sampler_view.h 38 struct svga_winsys_surface;
70 struct svga_winsys_surface *handle;
svga_resource_buffer.h 47 struct svga_winsys_surface;
96 struct svga_winsys_surface *handle;
232 struct svga_winsys_surface *
svga_cmd.h 48 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,
svga_screen_cache.c 91 static INLINE struct svga_winsys_surface *
98 struct svga_winsys_surface *handle = NULL;
203 struct svga_winsys_surface **p_handle)
208 struct svga_winsys_surface *handle = *p_handle;
393 struct svga_winsys_surface *
398 struct svga_winsys_surface *handle = NULL;
476 struct svga_winsys_surface **p_handle)
svga_draw.c 173 struct svga_winsys_surface *vb_handle[SVGA3D_INPUTREG_MAX];
174 struct svga_winsys_surface *ib_handle[QSZ];
175 struct svga_winsys_surface *handle;
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h 54 struct svga_winsys_surface;
83 struct svga_winsys_surface *handle;
138 struct svga_winsys_surface *
145 struct svga_winsys_surface **handle);
svga_winsys.h 68 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 *
    [all...]
svga_surface.h 39 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,
svga_resource_texture.h 39 struct svga_winsys_surface;
77 struct svga_winsys_surface *handle;
svga_sampler_view.h 38 struct svga_winsys_surface;
70 struct svga_winsys_surface *handle;
svga_resource_buffer.h 47 struct svga_winsys_surface;
96 struct svga_winsys_surface *handle;
232 struct svga_winsys_surface *
svga_cmd.h 48 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,
svga_screen_cache.c 91 static INLINE struct svga_winsys_surface *
98 struct svga_winsys_surface *handle = NULL;
203 struct svga_winsys_surface **p_handle)
208 struct svga_winsys_surface *handle = *p_handle;
393 struct svga_winsys_surface *
398 struct svga_winsys_surface *handle = NULL;
476 struct svga_winsys_surface **p_handle)

Completed in 185 milliseconds

1 2