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 "
286 else if(!strcasecmp(s, "exa"))
287 pNv->AccelMethod = EXA;
409 if(!xf86InitialConfiguration(pScrn, pNv->NoAccel || pNv->AccelMethod == EXA)) {
437 case 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-mach64/dist/
configure 1520 --disable-exa Disable EXA support [[default=enabled]]
19385 # Check whether --enable-exa was given.
19388 enableval=$enable_exa; EXA="$enableval"
19390 EXA=yes
20028 # Properly handle EXA.
20029 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable EXA support" >&5
20030 printf %s "checking whether to enable EXA support... " >&6; }
20031 if test "x$EXA" = xyes; then
20037 ac_fn_c_check_header_compile "$LINENO" "exa.h" "ac_cv_header_exa_h" "#include <xorg-server.h
    [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-r128/dist/
configure 1513 --disable-exa Disable EXA support [[default=enabled]]
19382 # Check whether --enable-exa was given.
19385 enableval=$enable_exa; EXA="$enableval"
19387 EXA=yes
19897 # Properly handle EXA.
19898 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to enable EXA support" >&5
19899 printf %s "checking whether to enable EXA support... " >&6; }
19900 if test "x$EXA" = xyes; then
19903 if test -f "${sdkdir}/exa.h
    [all...]

Completed in 63 milliseconds