Searched refs:pitch_offset (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa.c | 112 static Bool RADEONGetOffsetPitch(PixmapPtr pPix, int bpp, uint32_t *pitch_offset, argument 124 *pitch_offset = (pitch << 22) | (offset >> 10); 128 *pitch_offset |= RADEON_DST_TILE_MACRO; 132 Bool RADEONGetPixmapOffsetPitch(PixmapPtr pPix, uint32_t *pitch_offset) argument 143 return RADEONGetOffsetPitch(pPix, bpp, pitch_offset, 0, pitch);
|
| H A D | radeon.h | 677 uint32_t *pitch_offset);
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atimach64exa.c | 158 Mach64GetOffsetPitch(PixmapPtr pPix, int bpp, CARD32 *pitch_offset, argument 178 *pitch_offset = ((pitch << 22) | (offset << 0)); 184 Mach64GetPixmapOffsetPitch(PixmapPtr pPix, CARD32 *pitch_offset) argument 196 return Mach64GetOffsetPitch(pPix, bpp, pitch_offset, offset, pitch);
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_exa.c | 66 static Bool R128GetOffsetPitch(PixmapPtr pPix, int bpp, uint32_t *pitch_offset, argument 85 *pitch_offset = ((pitch / bpp) << 21) | (offset >> 5); 90 Bool R128GetPixmapOffsetPitch(PixmapPtr pPix, uint32_t *pitch_offset) argument 102 return R128GetOffsetPitch(pPix, bpp, pitch_offset, offset, pitch);
|
| H A D | r128.h | 616 extern Bool R128GetPixmapOffsetPitch(PixmapPtr pPix, uint32_t *pitch_offset);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa.c | 149 static Bool RADEONGetOffsetPitch(PixmapPtr pPix, int bpp, uint32_t *pitch_offset, argument 161 *pitch_offset = (pitch << 22) | (offset >> 10); 165 *pitch_offset |= RADEON_DST_TILE_MACRO; 169 Bool RADEONGetPixmapOffsetPitch(PixmapPtr pPix, uint32_t *pitch_offset) argument 181 return RADEONGetOffsetPitch(pPix, bpp, pitch_offset, offset, pitch);
|
| H A D | radeon.h | 1281 uint32_t *pitch_offset);
|
Completed in 13 milliseconds