HomeSort by relevance Sort by last modified time
    Searched refs:Negate (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_compiler.c 396 if (src->Negate)
511 src->Negate = 0;
678 reg->Negate = neg;
  /external/mesa3d/src/mesa/program/
prog_optimize.c 445 mov->SrcReg[0].Negate == 0 &&
529 inst2->SrcReg[arg].Negate ^= (((mov->SrcReg[0].Negate >>
    [all...]
program_parse.y 140 int negate;
148 unsigned negate:1;
267 %type <negate> optionalSign
542 $4.Base.Negate = $6.mask;
553 $$.Base.Negate = ~$$.Base.Negate;
572 $$.Base.Negate = ~$$.Base.Negate;
637 $$.mask = ($1.negate) | ($3.negate << 1) | ($5.negate << 2
    [all...]
programopt.c 372 inst->SrcReg[0].Negate = NEGATE_XYZW;
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 375 bool Negate = Imm.Mods.Neg; // Only negate can get here
378 if (Negate) {
383 Val = Negate ? -Val : Val;
1030 // negate-modifier or negative immediate value.
1032 bool Negate = false, Abs = false, Abs2 = false;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 377 if (reg->Register.Negate) {
lp_bld_tgsi_info.c 67 if (!src->Indirect && !src->Absolute && !src->Negate) {
lp_bld_tgsi_aos.c 291 if (inst->Predicate.Negate) {
  /external/ImageMagick/PerlMagick/demo/
demo.pl 305 print "Negate...\n";
307 $example->Label('Negate');
308 $example->Negate();
  /external/ImageMagick/www/source/
examples.pl 278 print "Negate...\n";
280 $example->Label('Negate');
281 $example->Negate();
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 580 if (inst->Predicate.Negate)
627 if (src->Register.Negate)
tgsi_ureg.c 1101 out[n].src.Negate = src.Negate;
1393 boolean negate = FALSE; local
1446 boolean negate = FALSE; local
    [all...]
tgsi_text.c 908 src->Register.Negate = 1;
1053 inst.Predicate.Negate = 1;
    [all...]
tgsi_scan.c 872 src->Register.Negate ||
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog_emit.c 163 t |= inst->RGB.Arg[arg].Negate << 11;
176 t |= inst->Alpha.Arg[i].Negate << 5;
radeon_pair_schedule.c 652 rgb->Alpha.Arg[arg].Negate = alpha->Alpha.Arg[arg].Negate;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atifs_to_tgsi.c 752 inst.Src[0].Register.Negate = 1;
789 inst.Src[0].Register.Negate ^= 1;
st_mesa_to_tgsi.c 278 if (SrcReg->Negate == NEGATE_XYZW)
321 unsigned negate_mask = SrcReg->Negate;
    [all...]
st_tgsi_lower_yuv.c 268 inst.Src[1].Register.Negate = 1;
  /external/regex-re2/re2/
regexp.cc 826 void CharClassBuilder::Negate() {
882 CharClass* CharClass::Negate() {
parse.cc     [all...]
  /external/v8/src/regexp/
regexp-ast.h 122 // Negate the contents of a character range in canonical form.
123 static void Negate(ZoneList<CharacterRange>* src,
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 113 sub r7, r11, r7 @Negate the qbit value for usiing LSL
308 sub r7, r11, r7 @Negate the qbit value for usiing LSL
  /external/libchrome/crypto/
p224.cc 727 void Negate(const Point& in, Point* out) {

Completed in 2225 milliseconds

1 23 4 5