Searched refs:sys_pitch (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_migration_mixed.c | 44 int paddedWidth = pExaPixmap->sys_pitch; in exaCreateDriverPixmap_mixed() 208 pExaPixmap->sys_ptr = xallocarray(pExaPixmap->sys_pitch, in exaPrepareAccessReg_mixed() 212 pExaPixmap->sys_pitch * pPixmap->drawable.height); in exaPrepareAccessReg_mixed() 267 pPixmap->devKind = pExaPixmap->sys_pitch; in exaPrepareAccessReg_mixed()
|
| H A D | exa_migration_classic.c | 110 char *sys, int sys_pitch), int fallback_index, in exaCopyDirty() argument 225 + pBox->y1 * pExaPixmap->sys_pitch in exaCopyDirty() 229 8), pExaPixmap->sys_pitch)) { in exaCopyDirty() 236 pExaPixmap->sys_ptr, pExaPixmap->sys_pitch, in exaCopyDirty() 242 pExaPixmap->sys_ptr, pExaPixmap->sys_pitch); in exaCopyDirty() 417 pPixmap->devKind = pExaPixmap->sys_pitch; in exaDoMoveOutPixmap() 556 dst_pitch = pExaPixmap->sys_pitch; in exaAssertNotDirty()
|
| H A D | exa_mixed.c | 81 pExaPixmap->sys_pitch = paddedWidth; in exaCreatePixmap_mixed() 202 pExaPixmap->sys_pitch = PixmapBytePad(width, depth); in exaModifyPixmapHeader_mixed() 212 pPixmap->devKind = pExaPixmap->sys_pitch; in exaModifyPixmapHeader_mixed() 236 pExaPixmap->sys_pitch = pPixmap->devKind; in exaModifyPixmapHeader_mixed()
|
| H A D | exa_classic.c | 91 pExaPixmap->sys_pitch = pPixmap->devKind; in exaCreatePixmap_classic() 169 pExaPixmap->sys_pitch = devKind; in exaModifyPixmapHeader_classic() 232 pPixmap->devKind = pExaPixmap->sys_pitch; in exaDestroyPixmap_classic()
|
| H A D | exa_driver.c | 152 pExaPixmap->sys_pitch = devKind; in exaModifyPixmapHeader_driver() 172 pExaPixmap->sys_pitch = pPixmap->devKind; in exaModifyPixmapHeader_driver()
|
| H A D | exa_priv.h | 296 int sys_pitch; /**< pitch of pixmap in system memory */ member
|
| H A D | exa_glyphs.c | 409 pExaPixmap->sys_pitch)) in exaGlyphCacheUploadGlyph()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 89853 EXA/mixed: Update sys_pitch in MPH even when there's no system memory copy. 89855 Otherwise sys_pitch will be stale when a system memory copy is allocated. 118315 - Some pixmaps under classic have a sys_pitch which is 0, no idea why. This is 149533 EXA: Update sys_pitch/fb_pitch in exaModifyPixmapHeader.
|