Searched refs:maxPitchBytes (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.h677 * nor maxPitchBytes is set, then maxPitchPixels is set to maxX.
680 * @sa maxPitchBytes
685 * maxPitchBytes controls the pitch limitation for rendering from
688 * that has a pitch (in bytes) beyond maxPitchBytes.
693 * There's no default value for maxPitchBytes.
697 int maxPitchBytes; member in struct:_ExaDriver
H A Dexa.c191 if (pExaScr->info->maxPitchBytes &&
192 pExaPixmap->fb_pitch > pExaScr->info->maxPitchBytes)
900 * We want maxPitchPixels or maxPitchBytes to be set so we can check
905 if (!pScreenInfo->maxPitchPixels && !pScreenInfo->maxPitchBytes)
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa.h656 * nor maxPitchBytes is set, then maxPitchPixels is set to maxX.
659 * @sa maxPitchBytes
664 * maxPitchBytes controls the pitch limitation for rendering from
667 * that has a pitch (in bytes) beyond maxPitchBytes.
672 * There's no default value for maxPitchBytes.
676 int maxPitchBytes; member in struct:_ExaDriver
H A Dexa.c188 if (pExaScr->info->maxPitchBytes &&
189 pExaPixmap->fb_pitch > pExaScr->info->maxPitchBytes)
869 * We want maxPitchPixels or maxPitchBytes to be set so we can check
874 if (!pScreenInfo->maxPitchPixels && !pScreenInfo->maxPitchBytes) {
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_exa.c545 info->ExaDriver->maxPitchBytes = 16320;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_funcs.c903 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Setting EXA maxPitchBytes\n");
905 info->accel_state->exa->maxPitchBytes = 16320;
H A Devergreen_exa.c1949 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Setting EXA maxPitchBytes\n");
1951 info->accel_state->exa->maxPitchBytes = 32768;
H A Dr600_exa.c2332 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Setting EXA maxPitchBytes\n");
2334 info->accel_state->exa->maxPitchBytes = 32768;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_funcs.c653 info->accel_state->exa->maxPitchBytes = 16320;
H A Devergreen_exa.c2087 info->accel_state->exa->maxPitchBytes = 32768;
H A Dr600_exa.c2066 info->accel_state->exa->maxPitchBytes = 32768;

Completed in 35 milliseconds