Lines Matching refs:uxa
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=no
20150 if test "x$UXA" != "xno"; then
20246 UXA=yes
20963 # UXA doesn't build without DRI2 headers, too late to fix
20964 UXA=no
21174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to include UXA support" >&5
21175 $as_echo_n "checking whether to include UXA support... " >&6; }
21176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UXA" >&5
21177 $as_echo "$UXA" >&6; }
21178 if test "x$UXA" != "xno"; then
21315 if test "x$UXA" != "xno"; then
21316 accel="uxa"
21337 if test "x$UXA" != "xno"; then
21339 $as_echo "#define DEFAULT_ACCEL_METHOD UXA" >>confdefs.h
21343 as_fn_error $? "UXA requested as default, but is not enabled" "$LINENO" 5
21349 if test "x$SNA" != "xno" -o "x$UXA" != "xno"; then
21747 ac_config_files="$ac_config_files Makefile man/Makefile libobj/Makefile src/Makefile src/legacy/Makefile src/legacy/i810/Makefile src/legacy/i810/xvmc/Makefile src/render_program/Makefile src/sna/Makefile src/sna/brw/Makefile src/sna/fb/Makefile src/uxa/Makefile xvmc/Makefile xvmc/shader/Makefile xvmc/shader/mc/Makefile xvmc/shader/vld/Makefile test/Makefile tools/Makefile tools/org.x.xf86-video-intel.backlight-helper.policy"
21943 as_fn_error $? "conditional \"UXA\" was never defined.
22861 "src/uxa/Makefile") CONFIG_FILES="$CONFIG_FILES src/uxa/Makefile" ;;
24243 if test "x$UXA" != "xno"; then
24251 if test "$accel" = "uxa"; then
24252 accel_msg="$accel_msg *uxa"
24254 accel_msg="$accel_msg uxa"