HomeSort by: relevance | last modified time | path
    Searched defs:exa (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_exa.c 297 ExaDriverPtr exa; local
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->pixmapOffsetAlign = 256
    [all...]
g80_type.h 1 #include <exa.h>
41 EXA,
85 /* EXA */
86 ExaDriverPtr exa; member in struct:G80Rec
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
ephyr.h 36 #include "exa.h"
50 ExaDriverPtr exa; member in struct:_ephyrFakexaPriv
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_exa.c 24 #include "exa.h"
412 ExaDriverPtr exa; local
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->PixmapIsOffscreen = nouveau_exa_pixmap_is_offscreen
    [all...]
nv10_exa.c 38 int exa; member in struct:pict_format
81 if (format->exa == pict->format)
94 if (format->exa == pict->format)
395 * numbers here because EXA always gives 64 byte aligned pixmaps and
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr.h 36 #include "exa.h"
50 ExaDriverPtr exa; member in struct:_ephyrFakexaPriv
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128.h 20 #include "exa.h"
102 Bool exa; member in struct:__anon7000
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_exa.c 42 #include "exa.h"
67 int exa; member in struct:exa_format_t
171 /* These are borrowed from the exa engine - they should be made global
477 if (lx_exa_formats[i].exa == format)
673 ErrorF("EXA: Unable to rotate and convert formats at the same time\n");
1375 /* EXA has taken care of adjusting srcWidth if it gets cut on the right */
1377 /* EXA has taken care of adjusting srcHeight if it gets cut on the bottom */
1427 else if ((exaScratch.op == PictOpAdd) && (exaScratch.srcFormat->exa
1429 (exaScratch.dstFormat->exa == PICT_a8))
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon.h 52 #include "exa.h"
54 /* Exa and Cursor Support */
412 /* EXA */
413 ExaDriverPtr exa; member in struct:radeon_accel_state
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h 54 #include "exa.h"
60 /* Exa and Cursor Support */
671 /* EXA */
672 ExaDriverPtr exa; member in struct:radeon_accel_state

Completed in 14 milliseconds