| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 25 * - extra arith opcodes 116 #define arith(s,t,o,d,m,s0,s1,s2) \ macro 497 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 508 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 519 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 554 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); 557 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); 561 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); 562 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); 565 insn = arith( [all...] |
| H A D | nvfx_fragprog.c | 231 #define arith(s,o,d,m,s0,s1,s2) \ macro 244 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none); 489 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none)); 495 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); 505 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); 515 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); 538 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none)); 542 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none)); 543 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none)); 546 insn = arith( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 26 * - extra arith opcodes 117 #define arith(s,t,o,d,m,s0,s1,s2) \ macro 498 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 509 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 520 nvfx_vp_emit(vpc, arith(0, VEC, MOV, src[i].reg, NVFX_VP_MASK_ALL, 555 nvfx_vp_emit(vpc, arith(sat, VEC, ADD, dst, mask, src[0], none, src[1])); 558 nvfx_vp_emit(vpc, arith(0, VEC, ARL, dst, mask, src[0], none, none)); 562 nvfx_vp_emit(vpc, arith(0, VEC, FLR, tmp.reg, mask, neg(src[0]), none, none)); 563 nvfx_vp_emit(vpc, arith(sat, VEC, MOV, dst, mask, neg(tmp), none, none)); 566 insn = arith( [all...] |
| H A D | nvfx_fragprog.c | 231 #define arith(s,o,d,m,s0,s1,s2) \ macro 244 struct nvfx_insn insn = arith(0, MOV, none.reg, NVFX_FP_MASK_X, src, none, none); 489 nvfx_fp_emit(fpc, arith(0, ADD, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), addend, none)); 495 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); 505 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); 515 nvfx_fp_emit(fpc, arith(0, MOV, src[i].reg, NVFX_FP_MASK_ALL, tgsi_src(fpc, fsrc), none, none)); 538 nvfx_fp_emit(fpc, arith(sat, ADD, dst, mask, src[0], src[1], none)); 542 nvfx_fp_emit(fpc, arith(0, FLR, tmp.reg, mask, neg(src[0]), none, none)); 543 nvfx_fp_emit(fpc, arith(sat, MOV, dst, mask, neg(tmp), none, none)); 546 insn = arith( [all...] |
| /xsrc/external/mit/freetype/dist/builds/compiler/ |
| H A D | gcc-dev.mk | 76 -Wpointer-arith \
|
| /xsrc/external/mit/MesaLib.old/dist/ |
| H A D | Android.common.mk | 37 -Wno-pointer-arith \
|
| /xsrc/external/mit/glw/dist/ |
| H A D | configure.ac | 94 CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
|
| /xsrc/external/mit/freetype/dist/builds/amiga/ |
| H A D | makefile.os4 | 56 WARNINGS = -Wall -W -Wundef -Wpointer-arith -Wbad-function-cast \
|
| /xsrc/external/mit/xf86-video-intel-old/dist/ |
| H A D | configure.ac | 145 WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \
|
| /xsrc/external/mit/mesa-demos/dist/ |
| H A D | configure.ac | 184 CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 978 boolean arith = false; local in function:is_arithmetic_format 982 arith |= format_desc->channel[i].size != format_desc->channel[0].size; 983 arith |= (format_desc->channel[i].size % 8) != 0; 986 return arith;
|
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | configure.ac | 127 WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 137 boolean arith = false; local in function:is_arithmetic_format 141 arith |= format_desc->channel[i].size != format_desc->channel[0].size; 142 arith |= (format_desc->channel[i].size % 8) != 0; 145 return arith;
|
| /xsrc/external/mit/luit/dist/ |
| H A D | configure | 4829 CFLAGS="$CFLAGS -Wpointer-arith" 4831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports-Wpointer-arith" >&5 4832 $as_echo_n "checking if $CC supports-Wpointer-arith... " >&6; } 4864 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/mkfontdir/dist/ |
| H A D | configure | 4638 CFLAGS="$CFLAGS -Wpointer-arith" 4640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 4641 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 4642 cacheid=`$as_echo_n xorg_cv_cc_flag_-Wpointer-arith` 4673 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/xfindproxy/dist/ |
| H A D | configure | 4824 CFLAGS="$CFLAGS -Wpointer-arith" 4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 4827 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 4859 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/proxymngr/dist/ |
| H A D | configure | 5007 CFLAGS="$CFLAGS -Wpointer-arith" 5009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 5010 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 5042 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | configure | 4836 CFLAGS="$CFLAGS -Wpointer-arith" 4838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 4839 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 4871 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/xcursor-themes/dist/ |
| H A D | configure | 4851 CFLAGS="$CFLAGS -Wpointer-arith" 4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 4854 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 4886 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/xtrap/dist/ |
| H A D | configure | 4837 CFLAGS="$CFLAGS -Wpointer-arith" 4839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 4840 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 4872 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/xvidtune/dist/ |
| H A D | configure | 4681 CFLAGS="$CFLAGS -Wpointer-arith" 4683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 4684 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 4716 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/beforelight/dist/ |
| H A D | configure | 4853 CFLAGS="$CFLAGS -Wpointer-arith" 4855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 4856 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 4888 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/xproxymanagementprotocol/dist/ |
| H A D | aclocal.m4 | 1420 CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
|
| /xsrc/external/mit/libXxf86misc/dist/ |
| H A D | configure | 4966 CFLAGS="$CFLAGS -Wpointer-arith" 4968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 4969 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 5001 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|
| /xsrc/external/mit/xf86-video-sis/dist/ |
| H A D | configure | 5100 CFLAGS="$CFLAGS -Wpointer-arith" 5102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports -Wpointer-arith" >&5 5103 $as_echo_n "checking if $CC supports -Wpointer-arith... " >&6; } 5135 BASE_CFLAGS="$BASE_CFLAGS -Wpointer-arith"
|