Searched refs:exaOffscreenAlloc (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_legacy_memory.c53 area = exaOffscreenAlloc(pScreen, size, align, TRUE,
H A Dr600_exa.c664 accel_state->copy_area = exaOffscreenAlloc(pDst->drawable.pScreen, size, 256, TRUE, NULL, NULL);
2155 accel_state->shaders = exaOffscreenAlloc(pScreen, size, 256,
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa.h805 exaOffscreenAlloc(ScreenPtr pScreen, int size, int align,
H A Dexa_migration_classic.c345 exaOffscreenAlloc (pScreen, pExaPixmap->fb_size,
H A Dexa_offscreen.c146 * exaOffscreenAlloc allocates offscreen memory
165 exaOffscreenAlloc (ScreenPtr pScreen, int size, int align, function in typeref:typename:ExaOffscreenArea *
422 * exaOffscreenFree frees an allocation created by exaOffscreenAlloc. Note that
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_crtc.c196 ExaOffscreenArea* fbArea = exaOffscreenAlloc(pScrn->pScreen, aligned_pitch*height, 16, TRUE, NULL, NULL);
H A Dsmi_video.c2229 area = exaOffscreenAlloc(pScrn->pScreen, size, 64, TRUE,
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_cursor.c231 osArea = exaOffscreenAlloc(pScreen, width * height, 16,
H A Dr128_video.c604 area = exaOffscreenAlloc(pScreen, size, align, TRUE, NULL, NULL);
H A Dr128_driver.c2029 osArea = exaOffscreenAlloc(pScreen,
2078 osArea = exaOffscreenAlloc(pScreen,
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa.h783 extern _X_EXPORT ExaOffscreenArea *exaOffscreenAlloc(ScreenPtr pScreen,
H A Dexa_migration_classic.c351 exaOffscreenAlloc(pScreen, pExaPixmap->fb_size,
H A Dexa_offscreen.c143 * exaOffscreenAlloc allocates offscreen memory
162 exaOffscreenAlloc(ScreenPtr pScreen, int size, int align, function in typeref:typename:ExaOffscreenArea *
411 * exaOffscreenFree frees an allocation created by exaOffscreenAlloc. Note that
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_display.c444 exaOffscreenAlloc(pScrni->pScreen, size, 4, TRUE, NULL, NULL);
H A Dlx_video.c203 pPriv->vidmem = exaOffscreenAlloc(pScrni->pScreen, size, 4,
834 vidmem = exaOffscreenAlloc(pScrni->pScreen, lines, 4, TRUE, NULL, NULL);
H A Dgx_video.c723 area = exaOffscreenAlloc(pScrni->pScreen, size, 16,
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis300_accel.c1362 pSiS->exa_scratch = exaOffscreenAlloc(pScreen, 128 * 1024, 16, TRUE,
H A Dsis_accel.c878 pSiS->exa_scratch = exaOffscreenAlloc(pScreen, 64 * 1024, 16, TRUE,
H A Dsis310_accel.c2347 pSiS->exa_scratch = exaOffscreenAlloc(pScreen, 128 * 1024, 16, TRUE,
H A Dsis_video.c3431 if(!(area = exaOffscreenAlloc(pScreen, bytesize, 8, TRUE, SiSDestroyArea, (pointer)handle))) {
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_driver.c126 * If EXA is enabled, use exaOffscreenAlloc to carve out a chunk of memory
132 pNv->exaScreenArea = exaOffscreenAlloc(pScreen, pitch * pScrn->virtualY,
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64xv.c1637 area = exaOffscreenAlloc(pScreen, size, 64, TRUE, NULL, NULL);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_accel.c947 pXGI->exa_scratch = exaOffscreenAlloc(pScreen, 128 * 1024, 16, TRUE,
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_video.c1359 area = exaOffscreenAlloc(pScrn->pScreen, size, 64, TRUE, SavageVideoSave,
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_video.c587 area = exaOffscreenAlloc(pScrn->pScreen, size, 64, TRUE, MGAVideoSave,

Completed in 53 milliseconds