Searched refs:then (Results 1 - 25 of 645) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dparse-submits.lua99 if draws == 0 and blits == 0 then
100 if nullbatch then
106 if draws > 0 then
111 if drawmode == "RM6_GMEM" then
114 if depthtest or depthwrite then
116 if depthtest then
119 if depthwrite then
124 if stenciltest or stencilwrite then
126 if stenciltest then
129 if stencilwrite then
[all...]
H A Dtexturator-to-unit-test.lua25 if blit.base == base and blit.width == width and blit.height == height then
26 if not first_blit or blit.addr < first_blit.addr then
37 if val < 1 then
57 if primtype == "BLIT_OP_SCALE" then
60 if r.GRAS_2D_DST_TL.X ~= 0 or r.GRAS_2D_DST_TL.Y ~= 0 then
101 if (found_tex ~= 0) then
125 if blit.base == basebase and blit.addr >= base then
128 if lastblit then
137 if (tostring(pkt[2].TYPE) == "A6XX_TEX_3D") then
145 if (tostring(pkt[0].SAMPLES) == "MSAA_ONE") then
[all...]
/xsrc/external/mit/xinit/dist/
H A Dstartx.cpp6 XCOMM variables, then user .xinitrc and .xserverrc files, and then system
29 if [ "$(uname -s)" = "Darwin" ] ; then
47 if [ -d "$oldbindir" ] ; then
76 if [ "$(uname -s)" = "Darwin" ] ; then
78 if [ "$X11_PREFS_DOMAIN" = "" ] ; then
83 if ! defaults read $X11_PREFS_DOMAIN cache_fonts > /dev/null 2>&1 ; then
87 if ! defaults read $X11_PREFS_DOMAIN no_auth > /dev/null 2>&1 ; then
91 if ! defaults read $X11_PREFS_DOMAIN nolisten_tcp > /dev/null 2>&1 ; then
95 if ! defaults read $X11_PREFS_DOMAIN enable_iglx > /dev/null 2>&1 ; then
[all...]
H A Dxinitrc.cpp21 if [ -f $sysresources ]; then
22 if [ -x /usr/bin/cpp ] ; then
29 if [ -f $sysmodmap ]; then
34 if ! [ -n "$fontsize" ]; then
38 if [ -f "$userresources" ]; then
39 if [ -x /usr/bin/cpp ] ; then
68 if [ $fontsize -gt 18 ]; then
80 elif [ $fontsize -gt 13 ]; then
105 if [ -f "$usermodmap" ]; then
111 if [ -d $xinitdir/xinitrc.d ] ; then
[all...]
/xsrc/external/mit/imake/dist/
H A Dmdepend.cpp31 if ! mkdir -p ${TMP}; then
46 then
68 if [ "$endmarker"x != x ] && [ "$endmarker" = "$1" ]; then
80 if [ "$endmarker"x = x ]; then
91 if [ "$1" = "-f-" ]; then
93 elif [ "$1" = "-f" ]; then
111 if [ "$endmarker"x = x ]; then
152 if [ "$compilerlistsdepends"x = "y"x ] ; then
164 then
167 then
[all...]
H A Dxmkmf.cpp41 if [ -f Makefile ]; then
46 if [ "$topdir" = "" ]; then
/xsrc/external/mit/xf86-video-intel-2014/dist/
H A Dconfigure.ac80 if test "x$backlight" = "xyes"; then
89 if test "x$backlight_helper" = "xyes"; then
96 if test -e .git; then
113 if test "x$BUILDERSTRING" = "xx-magic-git-describe" -a "x$dot_git" = "xyes"; then
116 if test "x$BUILDERSTRING" != x -a "x$BUILDERSTRING" != "xno" -a "x$BUILDERSTRING" != xx-magic-git-describe; then
128 if test "x$ASM" != "xno"; then
134 if test -n "$path" ; then
138 if test "x$ASM" = "xyes" -a "x$gen4asm" != "xyes"; then
142 if test "x$gen4asm" = "xyes"; then
144 if test -n "$path" ; then
[all...]
/xsrc/external/mit/freetype/dist/builds/unix/
H A Dfreetype2.m449 if test x$ft_config_exec_prefix != x ; then
51 if test x${FT2_CONFIG+set} != xset ; then
56 if test x$ft_config_prefix != x ; then
58 if test x${FT2_CONFIG+set} != xset ; then
63 if test "x$FT2_CONFIG" = x ; then
70 if test "$FT2_CONFIG" = "no" ; then
87 if test x$enable_fttest = xyes ; then
89 if test $ft_config_major_version -lt $ft_min_major_version ; then
92 if test $ft_config_major_version -eq $ft_min_major_version ; then
93 if test $ft_config_minor_version -lt $ft_min_minor_version ; then
[all...]
H A Dconfigure.ac45 if test ${cross_compiling} = yes; then
56 if test -x a.out -o -x b.out -o -x conftest; then
58 elif test -x a_out.exe -o -x conftest.exe; then
60 elif test -x conftest.*; then
119 if test ! -f ft2build.h; then
144 -a x != x"${ac_cpp_ft_sizeof_long}"; then
173 if test x"${ft_use_autoconf_sizeof_types}" = xyes; then
200 if test "x${enable_mmap}" != "xno"; then
204 -o "$ac_cv_func_mmap_fixed_mapped" != "yes"; then
243 if test "x$GCC" = xyes; then
[all...]
/xsrc/external/mit/xf86-video-intel/dist/
H A Dconfigure.ac80 if test "x$backlight" = "xyes"; then
89 if test "x$backlight_helper" = "xyes"; then
96 if test -e .git; then
113 if test "x$BUILDERSTRING" = "xx-magic-git-describe" -a "x$dot_git" = "xyes"; then
116 if test "x$BUILDERSTRING" != x -a "x$BUILDERSTRING" != "xno" -a "x$BUILDERSTRING" != xx-magic-git-describe; then
128 if test "x$ASM" != "xno"; then
134 if test -n "$path" ; then
138 if test "x$ASM" = "xyes" -a "x$gen4asm" != "xyes"; then
142 if test "x$gen4asm" = "xyes"; then
144 if test -n "$path" ; then
[all...]
/xsrc/external/mit/fontconfig/dist/m4/
H A Dlib-prefix.m439 if test "X$withval" = "Xno"; then
42 if test "X$withval" = "X"; then
53 if test $use_additional = yes; then
60 if test "X$additional_includedir" != "X/usr/include"; then
64 if test "X$x" = "X-I$additional_includedir"; then
69 if test -z "$haveit"; then
70 if test "X$additional_includedir" = "X/usr/local/include"; then
71 if test -n "$GCC"; then
77 if test -z "$haveit"; then
78 if test -d "$additional_includedir"; then
[all...]
H A Dlib-link.m494 if test "$ac_cv_lib[]Name" = yes; then
157 dnl will then not have a --with-libname-prefix option but a
202 if test "X$withval" = "Xno"; then
205 if test "X$withval" = "X"; then
214 && ! test -d "$withval/$acl_libdirstem"; then
239 if test "$n" = "$name"; then
244 if test -z "$already_handled"; then
250 if test -n "$value"; then
251 if test "$value" = yes; then
269 if test -n "$acl_shlibext"; then
[all...]
H A Dac_check_symbol.m422 if test $ac_found != "yes" ; then
23 if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
28 if test "$ac_found" != "no" ; then
H A Dgettext.m427 dnl If INTLSYMBOL is 'use-libtool', then a libtool library
32 dnl If NEEDSYMBOL is specified and is 'need-ngettext', then GNU gettext
35 dnl 'need-formatstring-macros', then GNU gettext implementations that don't
87 dnl if test "$USE_NLS" = "yes"; then
88 dnl if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
124 if test "$USE_NLS" = "yes"; then
135 if test "$nls_cv_force_use_gnu_gettext" != "yes"; then
141 if test $gt_api_version -ge 3; then
153 if test $gt_api_version -ge 2; then
180 if { eval "gt_val=\$$gt_func_gnugettext_libc"; test "$gt_val" != "yes"; }; then
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/m4/
H A Ddolt.m418 if test x$DOLT_BASH = x; then
21 if test x$GCC != xyes; then
36 if test x$dolt_supported = xno ; then
50 if test x"${args@<:@$arg@:>@}" = x-o ; then
55 if test x$objarg = x ; then
61 if test x"$lo" = x"$obj" ; then
69 if test x$enable_shared = xyes; then
72 if test ! -d "$libobjdir" ; then
75 if test "$mkdir_ret" -ne 0 && test ! -d "$libobjdir" ; then
90 if test x$enable_static = xyes; then
[all...]
/xsrc/external/mit/xcb-util/dist/
H A Dconfigure.ac8 if test $M4 != "no" ; then
10 if $M4 -I. /dev/null > /dev/null 2>&1 ; then
16 if test $GM4 = "no" ; then
24 if test $M4 = "no"; then
28 if test $GPERF = "no"; then
34 if test "x$GCC" = xyes ; then
38 if test "x$SUNCC" = "xyes"; then
69 if test $xcbproto_ok = no; then
/xsrc/external/mit/xf86-video-r128/dist/
H A Dconfigure.ac46 if test "x$GCC" = "xyes"; then
86 if test "$DRI" != no; then
87 if test -f "${sdkdir}/dri.h"; then
92 if test -f "${sdkdir}/sarea.h"; then
97 if test -f "${sdkdir}/dristruct.h"; then
102 if test -f "${sdkdir}/damage.h"; then
110 if test x$DRI = xauto; then
113 "$have_dristruct_h" = yes; then
122 if test "$DRI" = yes; then
132 if test "x$EXA" = xyes; then
[all...]
/xsrc/external/mit/fontconfig/dist/
H A Dconfigure.ac60 if test "x$_predefined_rm" = "x"; then
118 if test "$os_win32" = "yes"; then
126 if test "x$GCC" = "xyes"; then
131 elif test "x$SUNCC" = "xyes"; then
135 if test "x$WARNING_CPP_DIRECTIVE" = "xyes"; then
155 if test "x$arch" != xauto; then
192 if test "x$ac_cv_func_fstatvfs" = "xyes"; then
196 if test "x$ac_cv_func_fstatfs" = "xyes"; then
242 [if test "x$withval" = "xyes"; then
259 if test "$libiconv_includes" != "auto" -a -r ${libiconv_includes}/iconv.h; then
[all...]
/xsrc/external/mit/libX11/dist/
H A Dconfigure.ac40 if test x"$CC_FOR_BUILD" = x; then
41 if test x"$cross_compiling" = xyes; then
49 if test x"$CPPFLAGS_FOR_BUILD" = x; then
50 if test ! x"$cross_compiling" = xyes; then
56 if test x"$CFLAGS_FOR_BUILD" = x; then
57 if test ! x"$cross_compiling" = xyes; then
63 if test x"$LDFLAGS_FOR_BUILD" = x; then
64 if test ! x"$cross_compiling" = xyes; then
70 if test x"$EXEEXT_FOR_BUILD" = x; then
71 if test x"$cross_compiling" = xno; then
[all...]
/xsrc/external/mit/libxshmfence/dist/
H A Dconfigure.ac64 if test "x$FUTEX" = "xauto"; then
68 if test "x$FUTEX" = "xauto"; then
72 if test "x$FUTEX" = "xyes"; then
77 if test "x$FUTEX" = "xyes"; then
86 if test "x$PTHREAD" = "xyes"; then
115 if test x$SYMBOL_VISIBILITY != xno; then
117 if test x$GCC = xyes; then
120 if test x$SUNCC = xyes; then
126 if test x$have_visibility != xno; then
138 if test x$have_visibility != xno; then
[all...]
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac90 if test "x$GCC" = xyes ; then
100 if test "x$WDTRACE" = "xyes" -o "x$WDTRACE" = "xauto" ; then
102 if test "x$DTRACE" = "xnot_found" ; then
103 if test "x$WDTRACE" = "xyes" ; then
109 if test "x$WDTRACE" = "xauto" -a "x$HAS_SDT_H" = "xno" ; then
114 if test "x$WDTRACE" != "xno" ; then
144 if test "$ac_cv_sizeof_unsigned_long" = 8; then
194 if test "x$ac_cv_func_getpeereid" = xno && test "x$ac_cv_func_getpeerucred" = xno && test "x$xorg_cv_sys_have_so_peercred" = xno ; then
198 dnl Find the math library, then check for cbrt function in it.
206 if test "x$AGP" = "xauto" ; then
[all...]
/xsrc/external/mit/xorg-server.old/dist/
H A Dconfigure.ac89 if test "x$WDTRACE" = "xyes" -o "x$WDTRACE" = "xauto" ; then
91 if test "x$DTRACE" = "xnot_found" ; then
92 if test "x$WDTRACE" = "xyes" ; then
98 if test "x$WDTRACE" = "xauto" -a "x$HAS_SDT_H" = "xno" ; then
103 if test "x$WDTRACE" != "xno" ; then
130 if test "$ac_cv_sizeof_unsigned_long" = 8; then
149 if test "x$HAVE_SYS_ENDIAN_H" = "xyes" ; then
172 if test "$SYS_ENDIAN_BSWAP" = "yes" ; then
176 if test "$SYS_ENDIAN__SWAP" = "yes" ; then
184 if test "$USE_SYS_ENDIAN_H" = "yes" ; then
[all...]
/xsrc/external/mit/libSM/dist/
H A Dconfigure.ac32 if test x"$with_libuuid" != xno && test x"$have_system_uuid" != xyes; then
35 if test x"$with_libuuid" = xyes && test x"$HAVE_LIBUUID" = xno; then
42 if test x"$HAVE_LIBUUID" = xyes ; then
44 if test x"$UUID_PC" = x ; then
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcso.rst7 out a state object with the desired properties, then passing that object
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcso.rst7 out a state object with the desired properties, then passing that object

Completed in 28 milliseconds

1234567891011>>