Searched refs:arith (Results 1 - 25 of 260) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c25 * - 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 Dnvfx_fragprog.c231 #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 Dnvfx_vertprog.c26 * - 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 Dnvfx_fragprog.c231 #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 Dgcc-dev.mk76 -Wpointer-arith \
/xsrc/external/mit/MesaLib.old/dist/
H A DAndroid.common.mk37 -Wno-pointer-arith \
/xsrc/external/mit/glw/dist/
H A Dconfigure.ac94 CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
/xsrc/external/mit/freetype/dist/builds/amiga/
H A Dmakefile.os456 WARNINGS = -Wall -W -Wundef -Wpointer-arith -Wbad-function-cast \
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Dconfigure.ac145 WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \
/xsrc/external/mit/mesa-demos/dist/
H A Dconfigure.ac184 CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c978 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 Dconfigure.ac127 WARN_CFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes \
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c137 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 Dconfigure4829 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 Dconfigure4638 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 Dconfigure4824 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 Dconfigure5007 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 Dconfigure4836 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 Dconfigure4851 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 Dconfigure4837 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 Dconfigure4681 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 Dconfigure4853 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 Daclocal.m41420 CWARNFLAGS="-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
/xsrc/external/mit/libXxf86misc/dist/
H A Dconfigure4966 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 Dconfigure5100 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"

Completed in 346 milliseconds

1234567891011