HomeSort by relevance Sort by last modified time
    Searched refs:negate (Results 126 - 150 of 346) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 299 GLuint negate:1; member in struct:ureg
348 reg.negate = 0;
356 static struct ureg negate( struct ureg reg ) function
358 reg.negate ^= 1;
532 src->Negate = reg.negate ? NEGATE_XYZW : NEGATE_NONE;
964 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm);
1075 /* Note that we negate the back-face specular exponent here.
1080 negate(swizzle1(shininess,X)));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_clip_line.c 199 brw_ADD(p, c->reg.t, c->reg.dp1, negate(c->reg.dp0));
221 brw_ADD(p, c->reg.t, c->reg.dp0, negate(c->reg.dp1));
brw_wm_pass0.c 300 if (src.Negate & (1 << i))
301 newref->hw_reg.negate ^= 1;
304 newref->hw_reg.negate = 0;
brw_fs_emit.cpp 469 brw_ADD(p, dst, src0, negate(src1));
472 /* The negate_value boolean is used to negate the derivative computation for
493 brw_ADD(p, dst, src1, negate(src0));
495 brw_ADD(p, dst, src0, negate(src1));
723 if (reg->negate)
724 brw_reg = negate(brw_reg);
792 !inst->src[i].negate);
brw_sf_emit.c 450 brw_ADD(p, c->a1_sub_a0, a1, negate(a0));
451 brw_ADD(p, c->a2_sub_a0, a2, negate(a0));
456 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0));
462 brw_MAC(p, c->tmp, c->a1_sub_a0, negate(c->dx2));
531 brw_ADD(p, c->a1_sub_a0, a1, negate(a0));
613 brw_MOV(p, brw_writemask(c->m2Cy, WRITEMASK_Y), negate(c->tmp));
brw_disasm.c 108 char *negate[2] = { variable
626 err |= control (file, "negate", negate, _negate, NULL);
652 err |= control (file, "negate", negate, _negate, NULL);
680 err |= control (file, "negate", negate, _negate, NULL);
731 err |= control (file, "negate", negate, inst->bits1.da3src.src0_negate, NULL);
781 err |= control (file, "negate", negate, inst->bits1.da3src.src1_negate
    [all...]
brw_clip_tri.c 287 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)));
brw_eu.h 79 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;
brw_clip_unfilled.c 84 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));
brw_vec4.cpp 259 negate == r->negate &&
714 inst->src[0].abs || inst->src[0].negate || inst->src[0].reladdr)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_line.c 199 brw_ADD(p, c->reg.t, c->reg.dp1, negate(c->reg.dp0));
221 brw_ADD(p, c->reg.t, c->reg.dp0, negate(c->reg.dp1));
brw_wm_pass0.c 300 if (src.Negate & (1 << i))
301 newref->hw_reg.negate ^= 1;
304 newref->hw_reg.negate = 0;
brw_fs_emit.cpp 469 brw_ADD(p, dst, src0, negate(src1));
472 /* The negate_value boolean is used to negate the derivative computation for
493 brw_ADD(p, dst, src1, negate(src0));
495 brw_ADD(p, dst, src0, negate(src1));
723 if (reg->negate)
724 brw_reg = negate(brw_reg);
792 !inst->src[i].negate);
brw_sf_emit.c 450 brw_ADD(p, c->a1_sub_a0, a1, negate(a0));
451 brw_ADD(p, c->a2_sub_a0, a2, negate(a0));
456 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0));
462 brw_MAC(p, c->tmp, c->a1_sub_a0, negate(c->dx2));
531 brw_ADD(p, c->a1_sub_a0, a1, negate(a0));
613 brw_MOV(p, brw_writemask(c->m2Cy, WRITEMASK_Y), negate(c->tmp));
brw_disasm.c 108 char *negate[2] = { variable
626 err |= control (file, "negate", negate, _negate, NULL);
652 err |= control (file, "negate", negate, _negate, NULL);
680 err |= control (file, "negate", negate, _negate, NULL);
731 err |= control (file, "negate", negate, inst->bits1.da3src.src0_negate, NULL);
781 err |= control (file, "negate", negate, inst->bits1.da3src.src1_negate
    [all...]
brw_clip_tri.c 287 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)));
brw_eu.h 79 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;
brw_clip_unfilled.c 84 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));
brw_vec4.cpp 259 negate == r->negate &&
714 inst->src[0].abs || inst->src[0].negate || inst->src[0].reladdr)
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
style.css 133 #calculator-buttons button.negate {
137 #calculator-buttons button.negate[data-active="touch"],
138 #calculator-buttons button.negate[data-active="mouse"]:active {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_build.c 648 instruction_predicate.Negate = 0;
657 unsigned negate,
672 instruction_predicate.Negate = negate;
788 src_register.Negate = 0;
804 unsigned negate,
819 assert( negate <= 1 );
827 src_register.Negate = negate;
998 full_inst->Predicate.Negate,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 648 instruction_predicate.Negate = 0;
657 unsigned negate,
672 instruction_predicate.Negate = negate;
788 src_register.Negate = 0;
804 unsigned negate,
819 assert( negate <= 1 );
827 src_register.Negate = negate;
998 full_inst->Predicate.Negate,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_compile.py 186 if op is NEGATE:
215 if op is NEGATE:
308 negate = 0
311 if op is NEGATE:
312 negate = 1
324 if negate:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_compile.py 186 if op is NEGATE:
215 if op is NEGATE:
308 negate = 0
311 if op is NEGATE:
312 negate = 1
324 if negate:
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
utilities.js 94 '~': 'negate',
324 var negate = (element === '~');
333 else if (negate && operand)

Completed in 1062 milliseconds

1 2 3 4 56 7 8 91011>>