Home
last modified time | relevance | path

Searched refs:sys_pitch (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_migration_mixed.c44 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 Dexa_migration_classic.c110 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 Dexa_mixed.c81 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 Dexa_classic.c91 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 Dexa_driver.c152 pExaPixmap->sys_pitch = devKind; in exaModifyPixmapHeader_driver()
172 pExaPixmap->sys_pitch = pPixmap->devKind; in exaModifyPixmapHeader_driver()
H A Dexa_priv.h296 int sys_pitch; /**< pitch of pixmap in system memory */ member
H A Dexa_glyphs.c409 pExaPixmap->sys_pitch)) in exaGlyphCacheUploadGlyph()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog89853 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.