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

123

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/doc/devel/
H A DMakefile.am6 exa-driver.txt \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/exa/man/
H A DMakefile.am2 driverman_PRE = exa.man
/xsrc/external/mit/xorg-server/dist/hw/xfree86/exa/man/
H A DMakefile.am2 driverman_PRE = exa.man
/xsrc/external/mit/xorg-server/dist/exa/
H A DMakefile.am4 sdk_HEADERS = exa.h
12 exa.c \
13 exa.h \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/exa/
H A DMakefile.am9 -I$(srcdir)/../../../exa \
18 ../../../exa/libexa.la
/xsrc/external/mit/xorg-server/dist/hw/xfree86/exa/
H A DMakefile.am9 -I$(srcdir)/../../../exa
17 ../../../exa/libexa.la $(PIXMAN_LIBS)
/xsrc/external/mit/xorg-server.old/dist/exa/
H A DMakefile.am8 sdk_HEADERS = exa.h
18 exa.c \
19 exa.h \
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_exa.c24 #include "exa.h"
412 ExaDriverPtr exa; local in function:nouveau_exa_init
414 if (!xf86LoadSubModule(pScrn, "exa"))
417 exa = exaDriverAlloc();
418 if (!exa)
421 exa->exa_major = EXA_VERSION_MAJOR;
422 exa->exa_minor = EXA_VERSION_MINOR;
423 exa->flags = EXA_OFFSCREEN_PIXMAPS;
426 exa->flags |= EXA_SUPPORTS_PREPARE_AUX;
429 exa
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/doc/
H A DMakefile.am16 exa-driver.txt \
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_exa.c297 ExaDriverPtr exa; local in function:G80ExaInit
300 exa = pNv->exa = exaDriverAlloc();
301 if(!exa) return FALSE;
303 exa->exa_major = EXA_VERSION_MAJOR;
304 exa->exa_minor = EXA_VERSION_MINOR;
305 exa->memoryBase = pNv->mem;
306 exa->offScreenBase = 0;
307 exa->memorySize = pitch * pNv->offscreenHeight;
308 exa
[all...]
H A Dg80_type.h1 #include <exa.h>
86 ExaDriverPtr exa; member in struct:G80Rec
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyr_draw.c69 pPix->devPrivate.ptr = fakexa->exa->memoryBase + exaGetPixmapOffset(pPix);
319 src = fakexa->exa->memoryBase + exaGetPixmapOffset(pSrc);
356 dst = fakexa->exa->memoryBase + exaGetPixmapOffset(pDst);
438 fakexa->exa = exaDriverAlloc();
439 if (fakexa->exa == NULL) {
444 fakexa->exa->memoryBase = (CARD8 *) (priv->base);
445 fakexa->exa->memorySize = priv->bytes_per_line * ephyrBufferHeight(screen);
446 fakexa->exa->offScreenBase = priv->bytes_per_line * screen->height;
451 fakexa->exa->exa_major = 2;
452 fakexa->exa
[all...]
H A DMakefile.am10 -I$(top_srcdir)/exa
72 $(top_builddir)/exa/libexa.la \
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_draw.c69 pPix->devPrivate.ptr = fakexa->exa->memoryBase + exaGetPixmapOffset(pPix);
328 src = fakexa->exa->memoryBase + exaGetPixmapOffset(pSrc);
365 dst = fakexa->exa->memoryBase + exaGetPixmapOffset(pDst);
447 fakexa->exa = exaDriverAlloc();
448 if (fakexa->exa == NULL) {
453 fakexa->exa->memoryBase = (CARD8 *) (priv->base);
454 fakexa->exa->memorySize = priv->bytes_per_line * ephyrBufferHeight(screen);
455 fakexa->exa->offScreenBase = priv->bytes_per_line * screen->height;
460 fakexa->exa->exa_major = 2;
461 fakexa->exa
[all...]
H A DMakefile.am32 -I$(top_srcdir)/exa
74 $(top_builddir)/exa/libexa.la \
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_funcs.c59 #include "exa.h"
792 if (info->accel_state->exa == NULL) {
797 info->accel_state->exa->exa_major = EXA_VERSION_MAJOR;
798 info->accel_state->exa->exa_minor = EXA_VERSION_MINOR;
800 info->accel_state->exa->PrepareSolid = FUNC_NAME(RADEONPrepareSolid);
801 info->accel_state->exa->Solid = FUNC_NAME(RADEONSolid);
802 info->accel_state->exa->DoneSolid = FUNC_NAME(RADEONDone2D);
804 info->accel_state->exa->PrepareCopy = FUNC_NAME(RADEONPrepareCopy);
805 info->accel_state->exa->Copy = FUNC_NAME(RADEONCopy);
806 info->accel_state->exa
[all...]
H A Dradeon_exa.c154 if (pitch > 16320 || pitch % info->accel_state->exa->pixmapPitchAlign != 0)
157 if (offset % info->accel_state->exa->pixmapOffsetAlign != 0)
312 (info->accel_state->exa->flags & EXA_MIXED_PIXMAPS);
392 if (info->accel_state->exa->flags & EXA_MIXED_PIXMAPS) {
465 if (info->accel_state->exa->flags & EXA_MIXED_PIXMAPS) {
723 if (info->accel_state->exa != NULL) {
727 info->accel_state->exa = exaDriverAlloc();
728 if (info->accel_state->exa == NULL)
739 info->accel_state->exa->memoryBase = info->FB;
740 info->accel_state->exa
[all...]
H A Dr600_exa.c33 #include "exa.h"
2262 if (info->accel_state->exa == NULL) {
2267 info->accel_state->exa->exa_major = EXA_VERSION_MAJOR;
2268 info->accel_state->exa->exa_minor = EXA_VERSION_MINOR;
2270 info->accel_state->exa->PrepareSolid = R600PrepareSolid;
2271 info->accel_state->exa->Solid = R600Solid;
2272 info->accel_state->exa->DoneSolid = R600DoneSolid;
2274 info->accel_state->exa->PrepareCopy = R600PrepareCopy;
2275 info->accel_state->exa->Copy = R600Copy;
2276 info->accel_state->exa
[all...]
H A Devergreen_exa.c35 #include "exa.h"
1895 if (info->accel_state->exa == NULL) {
1904 info->accel_state->exa->exa_major = EXA_VERSION_MAJOR;
1905 info->accel_state->exa->exa_minor = EXA_VERSION_MINOR;
1907 info->accel_state->exa->PrepareSolid = EVERGREENPrepareSolid;
1908 info->accel_state->exa->Solid = EVERGREENSolid;
1909 info->accel_state->exa->DoneSolid = EVERGREENDoneSolid;
1911 info->accel_state->exa->PrepareCopy = EVERGREENPrepareCopy;
1912 info->accel_state->exa->Copy = EVERGREENCopy;
1913 info->accel_state->exa
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_funcs.c39 #include "exa.h"
587 if (!info->accel_state->exa) {
592 info->accel_state->exa->exa_major = EXA_VERSION_MAJOR;
593 info->accel_state->exa->exa_minor = EXA_VERSION_MINOR;
595 info->accel_state->exa->PrepareSolid = RADEONPrepareSolid;
596 info->accel_state->exa->Solid = RADEONSolid;
597 info->accel_state->exa->DoneSolid = RADEONDone2D;
599 info->accel_state->exa->PrepareCopy = RADEONPrepareCopy;
600 info->accel_state->exa->Copy = RADEONCopy;
601 info->accel_state->exa
[all...]
H A Devergreen_exa.c33 #include "exa.h"
2049 if (!info->accel_state->exa) {
2054 info->accel_state->exa->exa_major = EXA_VERSION_MAJOR;
2055 info->accel_state->exa->exa_minor = EXA_VERSION_MINOR;
2057 info->accel_state->exa->PrepareSolid = EVERGREENPrepareSolid;
2058 info->accel_state->exa->Solid = EVERGREENSolid;
2059 info->accel_state->exa->DoneSolid = EVERGREENDoneSolid;
2061 info->accel_state->exa->PrepareCopy = EVERGREENPrepareCopy;
2062 info->accel_state->exa->Copy = EVERGREENCopy;
2063 info->accel_state->exa
[all...]
H A Dr600_exa.c33 #include "exa.h"
2028 if (!info->accel_state->exa) {
2033 info->accel_state->exa->exa_major = EXA_VERSION_MAJOR;
2034 info->accel_state->exa->exa_minor = EXA_VERSION_MINOR;
2036 info->accel_state->exa->PrepareSolid = R600PrepareSolid;
2037 info->accel_state->exa->Solid = R600Solid;
2038 info->accel_state->exa->DoneSolid = R600DoneSolid;
2040 info->accel_state->exa->PrepareCopy = R600PrepareCopy;
2041 info->accel_state->exa->Copy = R600Copy;
2042 info->accel_state->exa
[all...]
/xsrc/external/mit/xorg-server.old/dist/
H A DMakefile.am39 exa \
88 exa \
/xsrc/external/mit/xorg-server/dist/
H A DMakefile.am61 exa \
113 exa \
153 exa/meson.build \
170 hw/xfree86/exa/meson.build \
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/
H A DMakefile.am34 loader dixmods exa modes \
39 loader dixmods dri dri2 exa modes \

Completed in 25 milliseconds

123