/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_resource.c | 22 i915_resource_from_handle(struct pipe_screen *screen, const struct pipe_resource *template, struct winsys_handle *whandle, unsigned usage) i915_resource_from_handle() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource.c | 61 svga_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *template, struct winsys_handle *whandle, unsigned usage) svga_resource_from_handle() argument
|
/third_party/mesa3d/src/gallium/winsys/sw/null/ |
H A D | null_sw_winsys.c | 96 null_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templat, struct winsys_handle *whandle, unsigned *stride) null_sw_displaytarget_from_handle() argument 106 null_sw_displaytarget_get_handle(struct sw_winsys *winsys, struct sw_displaytarget *dt, struct winsys_handle *whandle) null_sw_displaytarget_get_handle() argument
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | buffer.c | 328 struct winsys_handle whandle; in vlVaAcquireBufferHandle() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_resource.c | 32 nv50_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) nv50_resource_from_handle() argument
|
H A D | nv50_miptree.c | 182 nv50_miptree_get_handle(struct pipe_screen *pscreen, struct pipe_context *context, struct pipe_resource *pt, struct winsys_handle *whandle, unsigned usage) nv50_miptree_get_handle() argument 404 nv50_miptree_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *templ, struct winsys_handle *whandle) nv50_miptree_from_handle() argument
|
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/ |
H A D | wrapper_sw_winsys.c | 180 wsw_dt_from_handle(struct sw_winsys *ws, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) wsw_dt_from_handle() argument 197 wsw_dt_get_handle(struct sw_winsys *ws, struct sw_displaytarget *dt, struct winsys_handle *whandle) wsw_dt_get_handle() argument
|
/third_party/mesa3d/src/gallium/winsys/sw/hgl/ |
H A D | hgl_sw_winsys.cpp | 172 hgl_winsys_displaytarget_from_handle(struct sw_winsys* winsys, const struct pipe_resource* templat, struct winsys_handle* whandle, unsigned* stride) hgl_winsys_displaytarget_from_handle() argument 181 hgl_winsys_displaytarget_get_handle(struct sw_winsys* winsys, struct sw_displaytarget* displayTarget, struct winsys_handle* whandle) hgl_winsys_displaytarget_get_handle() argument
|
/third_party/mesa3d/src/gallium/winsys/sw/gdi/ |
H A D | gdi_sw_winsys.c | 175 gdi_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) gdi_sw_displaytarget_from_handle() argument 186 gdi_sw_displaytarget_get_handle(struct sw_winsys *winsys, struct sw_displaytarget *dt, struct winsys_handle *whandle) gdi_sw_displaytarget_get_handle() argument
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_screen_dri.c | 142 vmw_drm_gb_surface_from_handle(struct svga_winsys_screen *sws, struct winsys_handle *whandle, SVGA3dSurfaceFormat *format) vmw_drm_gb_surface_from_handle() argument 214 vmw_drm_surface_from_handle(struct svga_winsys_screen *sws, struct winsys_handle *whandle, SVGA3dSurfaceFormat *format) vmw_drm_surface_from_handle() argument 325 vmw_drm_surface_get_handle(struct svga_winsys_screen *sws, struct svga_winsys_surface *surface, unsigned stride, struct winsys_handle *whandle) vmw_drm_surface_get_handle() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_vdpau.c | 115 struct winsys_handle whandle; in st_vdpau_resource_from_description() local 216 struct winsys_handle whandle = { .type = WINSYS_HANDLE_TYPE_FD }; st_vdpau_map_surface() local [all...] |
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
H A D | i915_drm_buffer.c | 91 i915_drm_buffer_from_handle(struct i915_winsys *iws, struct winsys_handle *whandle, unsigned height, enum i915_winsys_buffer_tile *tiling, unsigned *stride) i915_drm_buffer_from_handle() argument 139 i915_drm_buffer_get_handle(struct i915_winsys *iws, struct i915_winsys_buffer *buffer, struct winsys_handle *whandle, unsigned stride) i915_drm_buffer_get_handle() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_resource.c | 115 nvc0_resource_from_handle(struct pipe_screen * screen, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned usage) nvc0_resource_from_handle() argument
|
H A D | nvc0_miptree.c | 343 nvc0_miptree_get_handle(struct pipe_screen *pscreen, struct pipe_context *context, struct pipe_resource *pt, struct winsys_handle *whandle, unsigned usage) nvc0_miptree_get_handle() argument
|
/third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
H A D | kms_dri_sw_winsys.c | 406 kms_sw_displaytarget_from_handle(struct sw_winsys *ws, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) kms_sw_displaytarget_from_handle() argument 452 kms_sw_displaytarget_get_handle(struct sw_winsys *winsys, struct sw_displaytarget *dt, struct winsys_handle *whandle) kms_sw_displaytarget_get_handle() argument [all...] |
/third_party/mesa3d/src/gallium/winsys/sw/xlib/ |
H A D | xlib_sw_winsys.c | 450 xlib_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templet, struct winsys_handle *whandle, unsigned *stride) xlib_displaytarget_from_handle() argument 461 xlib_displaytarget_get_handle(struct sw_winsys *winsys, struct sw_displaytarget *dt, struct winsys_handle *whandle) xlib_displaytarget_get_handle() argument
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | surface.c | 491 struct winsys_handle whandle; in vlVdpVideoSurfaceDMABuf() local
|
H A D | output.c | 801 struct winsys_handle whandle; in vlVdpOutputSurfaceDMABuf() local
|
/third_party/mesa3d/src/gallium/winsys/sw/dri/ |
H A D | dri_sw_winsys.c | 215 dri_sw_displaytarget_from_handle(struct sw_winsys *winsys, const struct pipe_resource *templ, struct winsys_handle *whandle, unsigned *stride) dri_sw_displaytarget_from_handle() argument 225 dri_sw_displaytarget_get_handle(struct sw_winsys *winsys, struct sw_displaytarget *dt, struct winsys_handle *whandle) dri_sw_displaytarget_get_handle() argument
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_texture.c | 220 softpipe_resource_from_handle(struct pipe_screen *screen, const struct pipe_resource *templat, struct winsys_handle *whandle, unsigned usage) softpipe_resource_from_handle() argument 254 softpipe_resource_get_handle(struct pipe_screen *screen, struct pipe_context *ctx, struct pipe_resource *pt, struct winsys_handle *whandle, unsigned usage) softpipe_resource_get_handle() argument
|
/third_party/mesa3d/src/gallium/frontends/xa/ |
H A D | xa_tracker.c | 430 struct winsys_handle whandle; in xa_surface_from_handle2() local 333 surface_create(struct xa_tracker *xa, int width, int height, int depth, enum xa_surface_type stype, enum xa_formats xa_format, unsigned int flags, struct winsys_handle *whandle) surface_create() argument 555 struct winsys_handle whandle; xa_surface_handle() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.c | 97 nouveau_screen_bo_from_handle(struct pipe_screen *pscreen, struct winsys_handle *whandle, unsigned *out_stride) nouveau_screen_bo_from_handle() argument 135 nouveau_screen_bo_get_handle(struct pipe_screen *pscreen, struct nouveau_bo *bo, unsigned stride, struct winsys_handle *whandle) nouveau_screen_bo_get_handle() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_screen.c | 830 fd_screen_bo_get_handle(struct pipe_screen *pscreen, struct fd_bo *bo, struct renderonly_scanout *scanout, unsigned stride, struct winsys_handle *whandle) fd_screen_bo_get_handle() argument 907 fd_screen_bo_from_handle(struct pipe_screen *pscreen, struct winsys_handle *whandle) fd_screen_bo_from_handle() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_screen.c | 939 etna_screen_bo_from_handle(struct pipe_screen *pscreen, struct winsys_handle *whandle) etna_screen_bo_from_handle() argument
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | drisw.c | 131 struct winsys_handle whandle; in get_image_shm() local
|