HomeSort by relevance Sort by last modified time
    Searched refs:Negate (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_util.c 116 if( reg->Register.Negate ) {
124 if( reg->Register.Negate ) {
143 reg->Register.Negate = 0;
149 reg->Register.Negate = 1;
153 reg->Register.Negate = 1;
158 reg->Register.Negate = 0;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_util.c 116 if( reg->Register.Negate ) {
124 if( reg->Register.Negate ) {
143 reg->Register.Negate = 0;
149 reg->Register.Negate = 1;
153 reg->Register.Negate = 1;
158 reg->Register.Negate = 0;
  /external/chromium_org/crypto/
p224.h 53 // Negate calculates out = -a;
54 void CRYPTO_EXPORT Negate(const Point& a, Point* out);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 104 * Check whether the given instruction supports the swizzle and negate
117 if (reg.Abs || reg.Negate)
137 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
171 /* check if the negate bit of current component
173 if (matchmask && (!!(src.Negate & matchmask) != !!(src.Negate & (1 << comp))))
radeon_optimize.c 56 combine.Negate = outer.Negate;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
197 *pnegate = GET_BIT(src.Negate, chan);
200 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) {
213 unsigned int negate= 0; local
215 if (is_src_uniform_constant(inst->U.I.SrcReg[2], &swz, &negate)) {
254 unsigned int negate = 0; local
287 unsigned int negate = 0; local
    [all...]
radeon_dataflow_swizzles.c 71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate;
73 mov->U.I.SrcReg[0].Negate = 0;
75 mov->U.I.SrcReg[0].Negate = RC_MASK_XYZW;
82 inst->U.I.SrcReg[src].Negate = RC_MASK_NONE;
radeon_pair_translate.c 47 inst->SrcReg[1].Negate = RC_MASK_NONE;
245 pair->RGB.Arg[i].Negate = !!(srcmask & inst->SrcReg[i].Negate & (RC_MASK_X | RC_MASK_Y | RC_MASK_Z));
273 pair->Alpha.Arg[i].Negate =
274 !!(inst->SrcReg[i].Negate &
277 pair->Alpha.Arg[i].Negate =
278 !!(inst->SrcReg[i].Negate & RC_MASK_W);
r500_fragprog.c 178 inst_if->U.I.SrcReg[0].Negate = 0;
197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
203 reg.Negate &= ~(1 << i);
210 if (reg.Negate)
217 if (reg.Swizzle == RC_SWIZZLE_XYZW && !reg.Abs && !reg.Negate)
231 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
254 negatebase[GET_BIT(src.Negate, i)] |= 1 << i;
radeon_inline_literals.c 28 unsigned negate = !!(float_bits & 0x80000000); local
55 if (negate)
137 src_reg->Negate = src_reg->Negate ^ negate_mask;
radeon_program.h 54 unsigned int Negate:4;
radeon_program_pair.h 68 unsigned int Negate:1;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 104 * Check whether the given instruction supports the swizzle and negate
117 if (reg.Abs || reg.Negate)
137 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
171 /* check if the negate bit of current component
173 if (matchmask && (!!(src.Negate & matchmask) != !!(src.Negate & (1 << comp))))
radeon_optimize.c 56 combine.Negate = outer.Negate;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
197 *pnegate = GET_BIT(src.Negate, chan);
200 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) {
213 unsigned int negate= 0; local
215 if (is_src_uniform_constant(inst->U.I.SrcReg[2], &swz, &negate)) {
254 unsigned int negate = 0; local
287 unsigned int negate = 0; local
    [all...]
radeon_dataflow_swizzles.c 71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate;
73 mov->U.I.SrcReg[0].Negate = 0;
75 mov->U.I.SrcReg[0].Negate = RC_MASK_XYZW;
82 inst->U.I.SrcReg[src].Negate = RC_MASK_NONE;
radeon_pair_translate.c 47 inst->SrcReg[1].Negate = RC_MASK_NONE;
245 pair->RGB.Arg[i].Negate = !!(srcmask & inst->SrcReg[i].Negate & (RC_MASK_X | RC_MASK_Y | RC_MASK_Z));
273 pair->Alpha.Arg[i].Negate =
274 !!(inst->SrcReg[i].Negate &
277 pair->Alpha.Arg[i].Negate =
278 !!(inst->SrcReg[i].Negate & RC_MASK_W);
r500_fragprog.c 178 inst_if->U.I.SrcReg[0].Negate = 0;
197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
203 reg.Negate &= ~(1 << i);
210 if (reg.Negate)
217 if (reg.Swizzle == RC_SWIZZLE_XYZW && !reg.Abs && !reg.Negate)
231 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
254 negatebase[GET_BIT(src.Negate, i)] |= 1 << i;
radeon_inline_literals.c 28 unsigned negate = !!(float_bits & 0x80000000); local
55 if (negate)
137 src_reg->Negate = src_reg->Negate ^ negate_mask;
radeon_program.h 54 unsigned int Negate:4;
radeon_program_pair.h 68 unsigned int Negate:1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 70 struct match_info Negate;
106 tokens.Negate.String = src_str + matches[1].rm_so;
107 tokens.Negate.Length = match_length(matches, 1);
117 /* Negate */
118 if (tokens.Negate.Length > 0) {
119 src_reg->Negate = RC_MASK_XYZW;
158 src_reg->Negate |= (1 << i);
192 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
194 src_reg->Negate, src_reg->Abs);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 70 struct match_info Negate;
106 tokens.Negate.String = src_str + matches[1].rm_so;
107 tokens.Negate.Length = match_length(matches, 1);
117 /* Negate */
118 if (tokens.Negate.Length > 0) {
119 src_reg->Negate = RC_MASK_XYZW;
158 src_reg->Negate |= (1 << i);
192 DBG("File=%u index=%u swizzle=%x negate=%u abs=%u\n",
194 src_reg->Negate, src_reg->Abs);
  /external/chromium_org/third_party/re2/re2/testing/
charclass_test.cc 118 CharClass* Negate(CharClass *cc) {
119 return cc->Negate();
126 CharClassBuilder* Negate(CharClassBuilder* cc) {
128 ncc->Negate();
170 CharClass* ncc = Negate(cc);
  /external/regex-re2/re2/testing/
charclass_test.cc 118 CharClass* Negate(CharClass *cc) {
119 return cc->Negate();
126 CharClassBuilder* Negate(CharClassBuilder* cc) {
128 ncc->Negate();
170 CharClass* ncc = Negate(cc);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_optimize.c 62 d1->Register.Negate == d2->Register.Negate);
159 o->Negate = i->Negate;
266 current.FullInstruction.Src[0].Register.Negate == 0 &&
290 next->FullInstruction.Src[0].Register.Negate == 0 &&
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_opt_constant_fold.c 84 && (a->Negate == b->Negate)
107 if (r->Negate & 0x01) {
111 if (r->Negate & 0x02) {
115 if (r->Negate & 0x04) {
119 if (r->Negate & 0x08) {

Completed in 1195 milliseconds

1 2 3 4 5 6 7