Home
last modified time | relevance | path

Searched refs:vmwgfx_saa_pixmap (Results 1 – 9 of 9) sorted by relevance

/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/vmwgfx/
H A Dvmwgfx_saa.c110 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_pixmap_add_present()
161 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_pixmap_create_gmr()
201 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_pixmap_create_sw()
290 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_saa_dma()
413 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_map()
426 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_unmap()
511 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_destroy_pixmap()
649 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_modify_pixmap_header()
732 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_is_present_hw()
786 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_prefer_gmr()
[all …]
H A Dvmwgfx_saa.h42 struct vmwgfx_saa_pixmap { struct
72 static inline struct vmwgfx_saa_pixmap * argument
75 return (struct vmwgfx_saa_pixmap *) spix; in to_vmwgfx_saa_pixmap()
78 static inline struct vmwgfx_saa_pixmap*
79 vmwgfx_saa_pixmap(PixmapPtr pix) in vmwgfx_saa_pixmap() function
103 vmwgfx_remove_dri2_list(struct vmwgfx_saa_pixmap *vpix);
H A Dvmwgfx_xa_surface.c63 vmwgfx_xa_surface_redefine(struct vmwgfx_saa_pixmap *vpix, in vmwgfx_xa_surface_redefine()
120 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_hw_dri2_stage()
176 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_hw_composite_dst_stage()
211 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_hw_composite_src_stage()
297 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_hw_accel_stage()
343 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); in vmwgfx_hw_commit()
H A Dvmwgfx_saa_priv.h45 struct vmwgfx_saa_pixmap *src_vpix;
46 struct vmwgfx_saa_pixmap *dst_vpix;
107 vmwgfx_xa_surface_redefine(struct vmwgfx_saa_pixmap *vpix,
H A Dvmwgfx_dri3.c55 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_dri3_fd_from_pixmap()
100 struct vmwgfx_saa_pixmap *vpix; in vmwgfx_dri3_pixmap_from_fd()
114 vpix = vmwgfx_saa_pixmap(pixmap); in vmwgfx_dri3_pixmap_from_fd()
H A Dvmwgfx_dri2.c94 struct vmwgfx_saa_pixmap *vpix; in dri2_do_create_buffer()
104 vpix = vmwgfx_saa_pixmap(pPixmap); in dri2_do_create_buffer()
125 vpix = vmwgfx_saa_pixmap(pPixmap); in dri2_do_create_buffer()
231 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(private->pPixmap); in dri2_do_destroy_buffer()
H A Dvmwgfx_xa_composite.c220 comp->dst->srf = vmwgfx_saa_pixmap(dst_pix)->hw; in vmwgfx_xa_update_comp()
222 comp->src->srf = vmwgfx_saa_pixmap(src_pix)->hw; in vmwgfx_xa_update_comp()
224 comp->mask->srf = vmwgfx_saa_pixmap(mask_pix)->hw; in vmwgfx_xa_update_comp()
H A Dvmwgfx_driver.c677 struct vmwgfx_saa_pixmap *vpix, in vmwgfx_scanout_present()
710 struct vmwgfx_saa_pixmap *vpix; in xorg_flush()
751 vpix = vmwgfx_saa_pixmap(pixmap); in xorg_flush()
H A Dvmwgfx_tex_video.c697 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pPixmap); in display_video()