Lines Matching defs:UXA
409 [Enable Unified Acceleration Architecture (UXA) [default=auto]]),
410 [UXA="$enableval"],
411 [UXA=auto])
412 if test "x$UXA" = "xauto"; then
413 PKG_CHECK_EXISTS([libdrm_intel >= $uxa_requires_libdrm pixman-1 >= $uxa_requires_pixman], [], [UXA=no])
415 if test "x$UXA" != "xno"; then
416 AC_DEFINE(USE_UXA, 1, [Enable UXA support])
419 UXA=yes
592 # UXA doesn't build without DRI2 headers, too late to fix
593 UXA=no
640 AC_MSG_CHECKING([whether to include UXA support])
641 AC_MSG_RESULT([$UXA])
642 AM_CONDITIONAL(UXA, test "x$UXA" != "xno")
677 if test "x$UXA" != "xno"; then
697 if test "x$UXA" != "xno"; then
698 AC_DEFINE(DEFAULT_ACCEL_METHOD, UXA, [Default acceleration method])
701 AC_MSG_ERROR([UXA requested as default, but is not enabled])
707 if test "x$SNA" != "xno" -o "x$UXA" != "xno"; then
868 if test "x$UXA" != "xno"; then