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

  /xsrc/external/mit/xf86-video-intel/dist/src/
intel_module.c 45 #include "uxa/uxa_module.h"
570 static enum accel_method { NOACCEL, SNA, UXA } get_accel_method(enum accel_method accel_method)
590 else if (strcasecmp(s, "uxa") == 0)
591 accel_method = UXA;
646 * Use UXA by default for Gen3/4/5 chipsets (except 915) to avoid
651 default_accel_method = UXA;
663 case UXA:
intel_driver.h 142 enum { NOACCEL, SNA, UXA } default_accel_method__ = DEFAULT_ACCEL_METHOD; \
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/
intel_module.c 45 #include "uxa/uxa_module.h"
503 static enum accel_method { NOACCEL, SNA, UXA } get_accel_method(void)
521 else if (strcasecmp(s, "uxa") == 0)
522 accel_method = UXA;
584 case UXA:
intel_driver.h 140 enum { NOACCEL, SNA, UXA } default_accel_method__ = DEFAULT_ACCEL_METHOD; \
  /xsrc/external/mit/xf86-video-intel-2014/dist/
configure 1610 --enable-uxa Enable Unified Acceleration Architecture (UXA)
1644 sna, or uxa [default is sna if enabled, otherwise
1645 uxa]
20135 # Check whether --enable-uxa was given.
20137 enableval=$enable_uxa; UXA="$enableval"
20139 UXA=auto
20142 if test "x$UXA" = "xauto"; then
20144 UXA=no
20147 UXA=n
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/
configure 1623 --enable-uxa Enable Unified Acceleration Architecture (UXA)
1658 sna, or uxa [default is sna if enabled, otherwise
1659 uxa]
21192 # Check whether --enable-uxa was given.
21194 enableval=$enable_uxa; UXA="$enableval"
21196 UXA=auto
21199 if test "x$UXA" = "xauto"; then
21208 UXA=no
21211 if test "x$UXA" != "xno"; the
    [all...]

Completed in 22 milliseconds