| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| H A D | saa_pixmap.c | 37 struct saa_pixmap *spix; local in function:saa_create_pixmap 58 spix = saa_pixmap(pPixmap); 59 memset(spix, 0, driver->pixmap_size); 60 REGION_NULL(pScreen, &spix->dirty_shadow); 61 REGION_NULL(pScreen, &spix->dirty_hw); 62 REGION_NULL(pScreen, &spix->shadow_damage); 63 spix->read_access = 0; 64 spix->write_access = 0; 65 spix->mapped_access = 0; 66 spix 123 struct saa_pixmap *spix = saa_pixmap(pPixmap); local in function:saa_destroy_pixmap 154 struct saa_pixmap *spix; local in function:saa_modify_pixmap_header 195 struct saa_pixmap *spix = saa_pixmap(pixmap); local in function:saa_pixmap_dirty [all...] |
| H A D | saa.c | 113 struct saa_pixmap *spix = saa_pixmap(pix); local in function:saa_download_from_hw 117 if (spix->mapped_access) 118 driver->release_from_cpu(driver, pix, spix->mapped_access); 122 if (spix->mapped_access) { 123 addr = driver->sync_for_cpu(driver, pix, spix->mapped_access); 125 spix->addr = addr; 138 struct saa_pixmap *spix = saa_pixmap(pix); local in function:saa_prepare_access_pixmap 150 if ((access & SAA_ACCESS_R) != 0 && spix->read_access++ == 0) 152 if ((access & SAA_ACCESS_W) != 0 && spix->write_access++ == 0) 156 if (spix 173 struct saa_pixmap *spix = saa_pixmap(pix); local in function:saa_finish_access_pixmap 209 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:saa_report_damage 234 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:saa_notify_destroy_damage 244 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:saa_add_damage 261 saa_pix_damage_region(struct saa_pixmap * spix) argument 329 struct saa_pixmap *spix = saa_pixmap(pixmap); local in function:saa_pad_write 361 struct saa_pixmap *spix = saa_pixmap(pix); local in function:saa_fad_write [all...] |
| H A D | saa_priv.h | 268 saa_pix_damage_pending(struct saa_pixmap *spix) argument 270 return (spix->damage ? DamagePendingRegion(spix->damage) : NULL);
|
| H A D | saa_unaccel.c | 411 struct saa_pixmap *spix; local in function:saa_check_poly_fill_rect_noreadback 419 spix = saa_get_saa_pixmap(pPixmap); 456 if (spix->damage) { 458 saa_pix_damage_pending(spix)); 618 struct saa_pixmap *spix; local in function:saa_check_copy_window 629 spix = saa_get_saa_pixmap(pPixmap); 630 if (spix->damage) { 640 saa_pix_damage_pending(spix));
|
| H A D | saa.h | 101 Bool(*create_pixmap) (struct saa_driver * driver, struct saa_pixmap * spix,
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_saa.c | 44 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:vmwgfx_pixmap_add_damage 45 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); 49 if (spix->damage) 61 REGION_RESET(draw->pScreen, &spix->dirty_hw, &box); 62 REGION_EMPTY(draw->pScreen, &spix->dirty_shadow); 64 REGION_RESET(draw->pScreen, &spix->dirty_shadow, &box); 65 REGION_EMPTY(draw->pScreen, &spix->dirty_hw); 74 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:vmwgfx_pixmap_remove_damage 75 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); 77 if (!spix 236 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:vmwgfx_pixmap_present_readback 348 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:vmwgfx_download_from_hw 437 vmwgfx_create_pixmap(struct saa_driver * driver,struct saa_pixmap * spix,int w,int h,int depth,unsigned int usage_hint,int bpp,int * new_pitch) argument 453 vmwgfx_hw_kill(struct vmwgfx_saa * vsaa,struct saa_pixmap * spix) argument 496 struct saa_pixmap *spix = &vpix->base; local in function:vmwgfx_flush_dri2 558 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:vmwgfx_pix_resize 861 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:vmwgfx_hw_validate 1272 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:vmwgfx_operation_complete 1310 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:vmwgfx_dirty 1616 struct saa_pixmap *spix; local in function:vmwgfx_saa_drop_master 1660 struct saa_pixmap *spix; local in function:vmwgfx_saa_copy_to_surface [all...] |
| H A D | vmwgfx_saa.h | 73 to_vmwgfx_saa_pixmap(struct saa_pixmap *spix) argument 75 return (struct vmwgfx_saa_pixmap *) spix;
|
| H A D | vmwgfx_saa_priv.h | 77 struct saa_pixmap *spix);
|
| H A D | vmwgfx_xa_surface.c | 342 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local in function:vmwgfx_hw_commit 343 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); 357 if (!vmwgfx_hw_kill(vsaa, spix))
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | pixmap.c | 144 PixmapPtr spix; local in function:PixmapShareToSecondary 154 spix = secondary->CreatePixmap(secondary, 0, 0, depth, 156 secondary->ModifyPixmapHeader(spix, pixmap->drawable.width, 164 spix->primary_pixmap = pixmap; 166 ret = secondary->SetSharedPixmapBacking(spix, handle); 168 secondary->DestroyPixmap(spix); 172 return spix;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri2/ |
| H A D | dri2.c | 821 PixmapPtr spix; local in function:DRI2UpdatePrime 875 spix = PixmapShareToSecondary(mpix, secondary); 876 if (!spix) 879 pPriv->prime_secondary_pixmap = spix; 881 spix->screen_x = mpix->screen_x; 882 spix->screen_y = mpix->screen_y; 886 return &spix->drawable;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrcrtc.c | 434 PixmapPtr mpix, spix; local in function:rrCreateSharedPixmap 441 spix = PixmapShareToSecondary(mpix, crtc->pScreen); 442 if (spix == NULL) { 447 return spix;
|