| /xsrc/external/mit/xf86-video-vmware/dist/saa/ |
| saa_pixmap.c | 37 struct saa_pixmap *spix; local 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->addr = NULL 123 struct saa_pixmap *spix = saa_pixmap(pPixmap); local 154 struct saa_pixmap *spix; local 195 struct saa_pixmap *spix = saa_pixmap(pixmap); local [all...] |
| saa.c | 113 struct saa_pixmap *spix = saa_pixmap(pix); local 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 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->auth_loc != saa_loc_override) 173 struct saa_pixmap *spix = saa_pixmap(pix); local 209 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 234 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 244 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 329 struct saa_pixmap *spix = saa_pixmap(pixmap); local 361 struct saa_pixmap *spix = saa_pixmap(pix); local [all...] |
| saa_priv.h | 268 saa_pix_damage_pending(struct saa_pixmap *spix) 270 return (spix->damage ? DamagePendingRegion(spix->damage) : NULL);
|
| saa_unaccel.c | 411 struct saa_pixmap *spix; local 419 spix = saa_get_saa_pixmap(pPixmap); 456 if (spix->damage) { 458 saa_pix_damage_pending(spix)); 618 struct saa_pixmap *spix; local 629 spix = saa_get_saa_pixmap(pPixmap); 630 if (spix->damage) { 640 saa_pix_damage_pending(spix));
|
| saa.h | 101 Bool(*create_pixmap) (struct saa_driver * driver, struct saa_pixmap * spix,
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| vmwgfx_saa.c | 44 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 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 75 struct vmwgfx_saa_pixmap *vpix = to_vmwgfx_saa_pixmap(spix); 77 if (!spix->damage || vpix->hw || vpix->gmr || vpix->malloc 236 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 348 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 496 struct saa_pixmap *spix = &vpix->base; local 558 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 861 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 1272 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 1310 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 1616 struct saa_pixmap *spix; local 1660 struct saa_pixmap *spix; local [all...] |
| vmwgfx_saa.h | 73 to_vmwgfx_saa_pixmap(struct saa_pixmap *spix) 75 return (struct vmwgfx_saa_pixmap *) spix;
|
| vmwgfx_saa_priv.h | 77 struct saa_pixmap *spix);
|
| vmwgfx_xa_surface.c | 342 struct saa_pixmap *spix = saa_get_saa_pixmap(pixmap); local 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/ |
| pixmap.c | 144 PixmapPtr spix; local 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/ |
| dri2.c | 828 PixmapPtr spix; local 882 spix = PixmapShareToSecondary(mpix, secondary); 883 if (!spix) 886 pPriv->prime_secondary_pixmap = spix; 888 spix->screen_x = mpix->screen_x; 889 spix->screen_y = mpix->screen_y; 893 return &spix->drawable;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrcrtc.c | 434 PixmapPtr mpix, spix; local 441 spix = PixmapShareToSecondary(mpix, crtc->pScreen); 442 if (spix == NULL) { 447 return spix;
|