Home | History | Annotate | Download | only in dist

Lines Matching refs:uxa

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"; then
21307 UXA=yes
22040 # UXA doesn't build without DRI2 headers, too late to fix
22041 UXA=no
22263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to include UXA support" >&5
22264 $as_echo_n "checking whether to include UXA support... " >&6; }
22265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UXA" >&5
22266 $as_echo "$UXA" >&6; }
22267 if test "x$UXA" != "xno"; then
22404 if test "x$UXA" != "xno"; then
22405 accel="uxa"
22426 if test "x$UXA" != "xno"; then
22428 $as_echo "#define DEFAULT_ACCEL_METHOD UXA" >>confdefs.h
22432 as_fn_error $? "UXA requested as default, but is not enabled" "$LINENO" 5
22438 if test "x$SNA" != "xno" -o "x$UXA" != "xno"; then
22800 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 benchmarks/Makefile tools/Makefile tools/org.x.xf86-video-intel.backlight-helper.policy"
23004 as_fn_error $? "conditional \"UXA\" was never defined.
23924 "src/uxa/Makefile") CONFIG_FILES="$CONFIG_FILES src/uxa/Makefile" ;;
25221 if test "x$UXA" != "xno"; then
25229 if test "$accel" = "uxa"; then
25230 accel_msg="$accel_msg *uxa"
25232 accel_msg="$accel_msg uxa"