HomeSort by: relevance | last modified time | path
    Searched refs:EXA (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/xf86-video-nv/dist/src/
g80_type.h 1 #include <exa.h>
41 EXA,
85 /* EXA */
86 ExaDriverPtr exa; member in struct:G80Rec
g80_driver.c 108 /* Can resize if XAA is disabled or EXA is enabled */
113 pNv->exa) {
126 * If EXA is enabled, use exaOffscreenAlloc to carve out a chunk of memory
129 if(pNv->exa) {
136 "Failed to reserve EXA memory for the screen or EXA "
287 else if(!strcasecmp(s, "exa"))
289 if(!s || !strcasecmp(s, "exa"))
291 pNv->AccelMethod = EXA;
413 if(!xf86InitialConfiguration(pScrn, pNv->NoAccel || pNv->AccelMethod == EXA)) {
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv_driver.c 613 if (pNv->AccelMethod == EXA) {
1040 else if (!strcmp(string, "exa")) pNv->AccelMethod = EXA;
1048 pNv->AccelMethod = EXA;
1078 * We default to DRI2 on EXA for now, as DRI3 still has some
1356 if (pNv->AccelMethod == EXA) {
1490 if (pNv->AccelMethod == EXA && nouveau_present_init(pScreen))
1499 if (pNv->AccelMethod == EXA) {
nv_type.h 6 #include "exa.h"
56 EXA,
191 /* EXA driver-controlled pixmaps */
nouveau_dri2.c 993 if (pNv->AccelMethod != EXA)
1037 if (pNv->AccelMethod == EXA)
1155 "DRI3 on EXA enabled\n");
1160 "DRI3 on EXA initialization failed\n");
drmmode_display.c 1457 if (pNv->AccelMethod == EXA) {
nouveau_xv.c 35 #include "exa.h"
1016 the EXA "offscreen" stuff */
2264 if (pScrn->bitsPerPixel != 8 && pNv->AccelMethod == EXA) {
  /xsrc/external/mit/xf86-video-ati/dist/
configure 1469 --disable-exa Disable EXA support [[default=enabled]]
16945 # Check whether --enable-exa was given.
16947 enableval=$enable_exa; EXA="$enableval"
16949 EXA=yes
17649 # Properly handle EXA.
17650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable EXA support" >&5
17651 $as_echo_n "checking whether to enable EXA support... " >&6; }
17652 if test "x$EXA" = xyes; then
17658 ac_fn_c_check_header_mongrel "$LINENO" "exa.h" "ac_cv_header_exa_h" "$ac_includes_default
    [all...]
  /xsrc/external/mit/xf86-video-mga/dist/
configure 1507 --disable-exa Disable EXA support [[default=enabled]]
19329 # Check whether --enable-exa was given.
19332 enableval=$enable_exa; EXA="$enableval"
19334 EXA=yes
19961 # Properly handle EXA.
19962 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable EXA support" >&5
19963 printf %s "checking whether to enable EXA support... " >&6; }
19964 if test "x$EXA" = xyes; then
19970 for ac_header in exa.
    [all...]
  /xsrc/external/mit/xf86-video-mach64/dist/
configure 1519 --disable-exa Disable EXA support [[default=enabled]]
19908 # Check whether --enable-exa was given.
19911 enableval=$enable_exa; EXA="$enableval"
19913 e) EXA=yes ;;
20564 # Properly handle EXA.
20565 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable EXA support" >&5
20566 printf %s "checking whether to enable EXA support... " >&6; }
20567 if test "x$EXA" = xyes; then
20573 ac_fn_c_check_header_compile "$LINENO" "exa.h" "ac_cv_header_exa_h" "#include <xorg-server.h
    [all...]
  /xsrc/external/mit/xf86-video-r128/dist/
configure 1512 --disable-exa Disable EXA support [[default=enabled]]
19901 # Check whether --enable-exa was given.
19904 enableval=$enable_exa; EXA="$enableval"
19906 e) EXA=yes ;;
20422 # Properly handle EXA.
20423 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable EXA support" >&5
20424 printf %s "checking whether to enable EXA support... " >&6; }
20425 if test "x$EXA" = xyes; then
20428 if test -f "${sdkdir}/exa.h
    [all...]

Completed in 75 milliseconds