HomeSort by relevance Sort by last modified time
    Searched refs:Negate (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_emulate_loops.c 108 inst->U.I.SrcReg[0].Negate, 0);
159 inst->U.I.SrcReg[amnt_src_index].Negate, 0);
280 limit->Negate, 0);
r3xx_vertprog.c 143 /* src->Negate uses the RC_MASK_ flags from program_instruction.h,
152 src->Negate) |
159 /* src->Negate uses the RC_MASK_ flags from program_instruction.h,
170 src->Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
252 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
259 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
266 vpi->SrcReg[0].Negate ? RC_MASK_XYZW : RC_MASK_NONE) |
686 new_inst->U.I.SrcReg[1].Negate ^= RC_MASK_XYZW;
radeon_compiler.c 154 inst->U.I.SrcReg[i].Negate ^= new_input.Negate;
318 * So let's just negate FACE at the beginning of the shader and rewrite the rest
341 inst_add->U.I.SrcReg[1].Negate = RC_MASK_XYZW;
radeon_compiler_util.c 293 tmp.Negate = 0;
298 tmp.Negate |= GET_BIT(srcreg.Negate, swz) << i;
721 unsigned int negate,
730 if(GET_BIT(negate, chan)){
radeon_emulate_branches.c 85 inst->U.I.SrcReg[0].Negate = 0;
190 inst_cmp->U.I.SrcReg[0].Negate = RC_MASK_XYZW;
r300_fragprog_emit.c 185 arg |= inst->RGB.Arg[j].Negate << 5;
190 arg |= inst->Alpha.Arg[j].Negate << 5;
  /external/libchrome/crypto/
p224_spake.cc 184 p224::Negate(MNpw, &minus_MNpw);
  /external/libweave/third_party/chromium/crypto/
p224_spake.cc 201 p224::Negate(MNpw, &minus_MNpw);
  /external/mesa3d/src/mesa/program/
nvvertparse.c 646 srcReg->Negate = NEGATE_XYZW;
651 srcReg->Negate = NEGATE_NONE;
739 srcReg->Negate = NEGATE_XYZW;
745 srcReg->Negate = NEGATE_NONE;
1067 srcReg->Negate = NEGATE_NONE;
    [all...]
program_parse.y 140 int negate;
148 unsigned negate:1;
269 %type <negate> optionalSign
546 $4.Base.Negate = $6.mask;
557 $$.Base.Negate = ~$$.Base.Negate;
570 $$.Base.Negate = ~$$.Base.Negate;
608 $$.Base.Negate = ~$$.Base.Negate;
    [all...]
prog_instruction.h 273 GLuint Negate:4;
prog_print.c 606 srcReg->Negate, GL_FALSE),
613 srcReg->Negate, GL_FALSE));
706 inst->SrcReg[0].Negate, GL_FALSE));
722 inst->SrcReg[0].Negate, GL_TRUE));
    [all...]
  /external/clang/test/SemaTemplate/
dependent-names.cpp 250 T Negate(const T& value) {
261 Negate(ns::Data()); // expected-note {{requested here}}
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 215 dst->Negate = src->Register.Negate ? RC_MASK_XYZW : 0;
  /external/regex-re2/re2/
regexp.h 251 CharClass* Negate();
594 void Negate();
tostring.cc 265 cc = cc->Negate();
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 56 unsigned Negate : 1; /* BOOL */
    [all...]
tgsi_dump.c 502 if (inst->Predicate.Negate)
558 if (src->Register.Negate)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_fp.c 89 reg.Negate = NEGATE_NONE;
590 swz->SrcReg[0].Negate &= ~NEGATE_X;
649 swz->SrcReg[0].Negate = NEGATE_NONE;
701 out->SrcReg[0].Negate = NEGATE_NONE;
1105 out->SrcReg[0].Negate = NEGATE_NONE;
1112 out->SrcReg[1].Negate ^= NEGATE_XYZW;
brw_vs_constval.c 101 GLubyte active = src.Negate; /* NOTE! */
  /external/libbrillo/brillo/dbus/
dbus_object_unittest.cc 33 const char kTestMethod_Negate[] = "Negate";
48 int Negate(int x) { return -x; }
122 kTestMethod_Negate, base::Unretained(&calc_), &Calc::Negate);
168 TEST_F(DBusObjectTest, Negate) {
  /external/v8/src/compiler/
instruction-selector-impl.h 347 void Negate() {
358 bool negate = condition_ == kEqual; local
360 if (negate) Negate();
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 163 /* These are special, and don't have swizzle/negate bits.
257 unsigned Negate : 1; /* BOOL */
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 192 if (source->Negate)
193 src = negate(src,
194 GET_BIT(source->Negate, 0),
195 GET_BIT(source->Negate, 1),
196 GET_BIT(source->Negate, 2),
197 GET_BIT(source->Negate, 3));
419 src0, negate(src0, 1, 1, 1, 1), 0);
465 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0),
491 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0),
500 negate(swizzle(tmp, ZERO, X, ZERO, ZERO), 0, 1, 0, 0))
    [all...]
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
common.py 154 class Negate(pipeline.Pipeline):
159 raise TypeError('negate expected at least 1 argument, got 0')

Completed in 1781 milliseconds

12 3 4 5