Searched refs:negate (Results 101 - 125 of 235) sorted by relevance

12345678910

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip_tri.c287 brw_ADD(p, c->reg.t, c->reg.dpPrev, negate(c->reg.dp));
329 brw_ADD(p, c->reg.t, c->reg.dp, negate(c->reg.dpPrev));
500 brw_CMP(p, t1, BRW_CONDITIONAL_L, v0, negate(get_element(v0, 3)));
502 brw_CMP(p, t2, BRW_CONDITIONAL_L, v1, negate(get_element(v1, 3)));
504 brw_CMP(p, t3, BRW_CONDITIONAL_L, v2, negate(get_element(v2, 3)));
H A Dbrw_eu.h79 GLuint negate:1; /* source only */ member in struct:brw_reg
208 reg.negate = 0;
705 static INLINE struct brw_reg negate( struct brw_reg reg )
707 reg.negate ^= 1;
714 reg.negate = 0;
H A Dbrw_clip_unfilled.c84 brw_ADD(p, e, v0n, negate(v2n));
85 brw_ADD(p, f, v1n, negate(v2n));
91 brw_MAC(p, vec4(e), negate(brw_swizzle(e, 2,0,1,3)), brw_swizzle(f,1,2,0,3));
H A Dbrw_vec4.cpp259 negate == r->negate &&
714 inst->src[0].abs || inst->src[0].negate || inst->src[0].reladdr)
H A Dbrw_wm_emit.c196 negate(r1));
200 negate(suboffset(r1,1)));
250 brw_ADD(p, dst[1], negate(delta_y),
459 * The negate_value boolean is used to negate the d/dy computation for FBOs,
504 brw_ADD(p, dst[i], src1, negate(src0));
506 brw_ADD(p, dst[i], src0, negate(src1));
598 brw_ADD(p, dst[i], negate(arg0[i]), brw_imm_f(1.0));
872 brw_MUL(p, brw_null_reg(), negate(arg0[i2]), arg1[i1]);
900 arg0[0].negate || arg0[0].abs)) {
904 * The hardware ignores source modifiers (negate an
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c657 unsigned negate,
672 instruction_predicate.Negate = negate;
804 unsigned negate,
819 assert( negate <= 1 );
827 src_register.Negate = negate;
656 tgsi_build_instruction_predicate(int index, unsigned negate, unsigned swizzleX, unsigned swizzleY, unsigned swizzleZ, unsigned swizzleW, struct tgsi_instruction *instruction, struct tgsi_header *header) argument
798 tgsi_build_src_register( unsigned file, unsigned swizzle_x, unsigned swizzle_y, unsigned swizzle_z, unsigned swizzle_w, unsigned negate, unsigned absolute, unsigned indirect, unsigned dimension, int index, struct tgsi_instruction *instruction, struct tgsi_header *header ) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_tri.c287 brw_ADD(p, c->reg.t, c->reg.dpPrev, negate(c->reg.dp));
329 brw_ADD(p, c->reg.t, c->reg.dp, negate(c->reg.dpPrev));
500 brw_CMP(p, t1, BRW_CONDITIONAL_L, v0, negate(get_element(v0, 3)));
502 brw_CMP(p, t2, BRW_CONDITIONAL_L, v1, negate(get_element(v1, 3)));
504 brw_CMP(p, t3, BRW_CONDITIONAL_L, v2, negate(get_element(v2, 3)));
H A Dbrw_eu.h79 GLuint negate:1; /* source only */ member in struct:brw_reg
208 reg.negate = 0;
705 static INLINE struct brw_reg negate( struct brw_reg reg )
707 reg.negate ^= 1;
714 reg.negate = 0;
H A Dbrw_clip_unfilled.c84 brw_ADD(p, e, v0n, negate(v2n));
85 brw_ADD(p, f, v1n, negate(v2n));
91 brw_MAC(p, vec4(e), negate(brw_swizzle(e, 2,0,1,3)), brw_swizzle(f,1,2,0,3));
H A Dbrw_vec4.cpp259 negate == r->negate &&
714 inst->src[0].abs || inst->src[0].negate || inst->src[0].reladdr)
H A Dbrw_wm_emit.c196 negate(r1));
200 negate(suboffset(r1,1)));
250 brw_ADD(p, dst[1], negate(delta_y),
459 * The negate_value boolean is used to negate the d/dy computation for FBOs,
504 brw_ADD(p, dst[i], src1, negate(src0));
506 brw_ADD(p, dst[i], src0, negate(src1));
598 brw_ADD(p, dst[i], negate(arg0[i]), brw_imm_f(1.0));
872 brw_MUL(p, brw_null_reg(), negate(arg0[i2]), arg1[i1]);
900 arg0[0].negate || arg0[0].abs)) {
904 * The hardware ignores source modifiers (negate an
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parse.y140 int negate;
148 unsigned negate:1;
269 %type <negate> optionalSign
694 $$.mask = ($1.negate) | ($3.negate << 1) | ($5.negate << 2)
695 | ($7.negate << 3);
702 $$.negate = ($1) ? 1 : 0;
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h89 void negate() { fX = -fX; fY = -fY; } function in struct:SkIPoint
314 void negate() { function in struct:SkPoint
/external/mesa3d/src/mesa/program/
H A Dprogram_parse.y140 int negate;
148 unsigned negate:1;
269 %type <negate> optionalSign
694 $$.mask = ($1.negate) | ($3.negate << 1) | ($5.negate << 2)
695 | ($7.negate << 3);
702 $$.negate = ($1) ? 1 : 0;
/external/skia/include/core/
H A DSkPoint.h89 void negate() { fX = -fX; fY = -fY; } function in struct:SkIPoint
314 void negate() { function in struct:SkPoint
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3string.c1325 ANTLR3_BOOLEAN negate; local
1329 negate = ANTLR3_FALSE;
1333 negate = ANTLR3_TRUE;
1348 return negate ? -value : value;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWNafUtil.java361 preCompNeg[pos] = preComp[pos].negate();
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
H A Dvec3-spec.js276 describe("negate", function() {
278 beforeEach(function() { result = vec3.negate(out, vecA); });
286 beforeEach(function() { result = vec3.negate(vecA, vecA); });
H A Dvec4-spec.js276 describe("negate", function() {
278 beforeEach(function() { result = vec4.negate(out, vecA); });
286 beforeEach(function() { result = vec4.negate(vecA, vecA); });
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dvec2.js289 * @param {vec2} a vector to negate
292 vec2.negate = function(out, a) {
/external/chromium_org/remoting/webapp/
H A Dbase.js261 base.Promise.negate = function(promise) {
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp60 template<typename T> inline T negate (T f) { return -f; } function in namespace:tcu
61 template<> inline deUint32 negate<deUint32> (deUint32 f) { return (deUint32)-(int)f; } function in namespace:tcu
413 TCU_DECLARE_VECTOR_UNARY_FUNC(negate, negate)
/external/guava/guava/src/com/google/common/math/
H A DDoubleMath.java169 return (x < 0) ? result.negate() : result;
/external/proguard/src/proguard/evaluation/
H A DProcessor.java342 stack.push(stack.ipop().negate());
346 stack.push(stack.lpop().negate());
350 stack.push(stack.fpop().negate());
354 stack.push(stack.dpop().negate());
/external/proguard/src/proguard/evaluation/value/
H A DParticularIntegerValue.java52 public IntegerValue negate() method in class:ParticularIntegerValue

Completed in 1048 milliseconds

12345678910