Searched refs:vpix (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_saa.c | 45 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_pixmap_add_damage 60 if (vpix->hw) { 75 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_pixmap_remove_damage 77 if (!spix->damage || vpix->hw || vpix->gmr || vpix->malloc) 91 vmwgfx_pixmap_remove_present(struct vmwgfx_saa_pixmap *vpix) argument 93 if (vpix->dirty_present) 94 REGION_DESTROY(pixmap->drawable.pScreen, vpix->dirty_present); 95 if (vpix 110 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_pixmap_add_present 142 vmwgfx_pixmap_free_storage(struct vmwgfx_saa_pixmap * vpix) argument 161 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_pixmap_create_gmr 201 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_pixmap_create_sw 237 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_pixmap_present_readback 290 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_saa_dma 349 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_download_from_hw 413 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_map 426 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_unmap 441 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_create_pixmap 456 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_hw_kill 494 struct vmwgfx_saa_pixmap *vpix = local in function:vmwgfx_flush_dri2 511 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_destroy_pixmap 559 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_pix_resize 649 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_modify_pixmap_header 732 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_is_present_hw 737 vmwgfx_check_hw_contents(struct vmwgfx_saa * vsaa,struct vmwgfx_saa_pixmap * vpix,RegionPtr region,Bool * has_dirty_hw,Bool * has_valid_hw) argument 786 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_prefer_gmr 803 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_create_hw 862 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_hw_validate 1273 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_operation_complete 1311 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_dirty 1477 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_scanout_refresh 1509 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_scanout_ref 1578 struct vmwgfx_saa_pixmap *vpix; local in function:vmwgfx_scanout_unref 1615 struct vmwgfx_saa_pixmap *vpix; local in function:vmwgfx_saa_drop_master 1661 struct vmwgfx_saa_pixmap *vpix; local in function:vmwgfx_saa_copy_to_surface [all...] |
| H A D | vmwgfx_xa_surface.c | 49 * @vpix: Pointer to the struct vmwgfx_saa_pixmap the surface is attached to. 63 vmwgfx_xa_surface_redefine(struct vmwgfx_saa_pixmap *vpix, argument 76 if (!WSBMLISTEMPTY(&vpix->scanout_list)) 83 if (!WSBMLISTEMPTY(&vpix->scanout_list) && have_handle && 120 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_hw_dri2_stage 143 vpix->staging_format = format; 144 vpix->staging_remove_flags = 0; 145 vpix->staging_add_flags = XA_FLAG_RENDER_TARGET | XA_FLAG_SHARED; 176 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_hw_composite_dst_stage 182 if (vpix 211 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_hw_composite_src_stage 297 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_hw_accel_stage 343 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); local in function:vmwgfx_hw_commit [all...] |
| H A D | vmwgfx_dri3.c | 55 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pixmap); local in function:vmwgfx_dri3_fd_from_pixmap 66 if (xa_surface_handle(vpix->hw, xa_handle_type_fd, &handle, 84 vpix->hw_is_dri2_fronts = 1; 100 struct vmwgfx_saa_pixmap *vpix; local in function:vmwgfx_dri3_pixmap_from_fd 114 vpix = vmwgfx_saa_pixmap(pixmap); 124 vpix->staging_format, 125 vpix->staging_add_flags, 134 vpix->xa_flags = vpix->staging_add_flags; 135 vpix [all...] |
| H A D | vmwgfx_dri2.c | 94 struct vmwgfx_saa_pixmap *vpix; local in function:dri2_do_create_buffer 104 vpix = vmwgfx_saa_pixmap(pPixmap); 125 vpix = vmwgfx_saa_pixmap(pPixmap); 199 srf = vpix->hw; 209 vpix->hw_is_dri2_fronts++; 231 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(private->pPixmap); local in function:dri2_do_destroy_buffer 244 --vpix->hw_is_dri2_fronts == 0) 245 WSBMLISTDELINIT(&vpix->sync_x_head);
|
| H A D | vmwgfx_driver.c | 697 struct vmwgfx_saa_pixmap *vpix, 706 if (!vpix->hw) { 711 if (_xa_surface_handle(vpix->hw, &handle, &dummy) != 0) { 716 if (vmwgfx_present(drm_fd, vpix->fb_id, 0, 0, dirty, handle) != 0) { 730 struct vmwgfx_saa_pixmap *vpix; local in function:xorg_flush 771 vpix = vmwgfx_saa_pixmap(pixmap); 773 if (vpix->fb_id != -1) { 774 if (vpix->pending_update) { 775 if (vpix->scanout_hw && 776 REGION_NOTEMPTY(pscreen, vpix 696 vmwgfx_scanout_present(ScreenPtr pScreen,int drm_fd,struct vmwgfx_saa_pixmap * vpix,RegionPtr dirty) argument [all...] |
| H A D | vmwgfx_saa.h | 103 vmwgfx_remove_dri2_list(struct vmwgfx_saa_pixmap *vpix);
|
| H A D | vmwgfx_saa_priv.h | 107 vmwgfx_xa_surface_redefine(struct vmwgfx_saa_pixmap *vpix,
|
| H A D | vmwgfx_tex_video.c | 704 struct vmwgfx_saa_pixmap *vpix = vmwgfx_saa_pixmap(pPixmap); local in function:display_video 744 xa_surface_format(vpix->hw)); 774 pPriv->dst_pic->srf = vpix->hw; 804 vpix->hw,
|
Completed in 11 milliseconds