Searched refs:maxPitchPixels (Results 1 – 3 of 3) sorted by relevance
181 if (pExaScr->info->maxPitchPixels) { in exaSetAccelBlock()182 int max_pitch = pExaScr->info->maxPitchPixels * bits_to_bytes(bpp); in exaSetAccelBlock()872 if (!pScreenInfo->maxPitchPixels && !pScreenInfo->maxPitchBytes) { in exaDriverInit()873 pScreenInfo->maxPitchPixels = pScreenInfo->maxX; in exaDriverInit()
661 int maxPitchPixels; member
159858 EXA: Added back the maxPitchPixels initialization code.