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

1 23 4 5

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 317 if (reg->Register.Negate) {
lp_bld_tgsi_info.c 66 if (!src->Indirect && !src->Absolute && !src->Negate) {
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 313 src->Register.Negate ||
tgsi_ureg.c 842 out[n].src.Negate = src.Negate;
973 out[1].insn_predicate.Negate = pred_negate;
1082 boolean negate = FALSE; local
1088 negate = dst[0].PredNegate;
1099 negate,
1131 boolean negate = FALSE; local
1137 negate = dst[0].PredNegate;
1148 negate,
    [all...]
tgsi_text.c 772 src->Register.Negate = 1;
889 inst.Predicate.Negate = 1;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass0.c 300 if (src.Negate & (1 << i))
301 newref->hw_reg.negate ^= 1;
304 newref->hw_reg.negate = 0;
brw_vs_emit.c 993 brw_MAC(p, dst, negate(brw_swizzle(t, 2,0,1,3)), brw_swizzle(u,1,2,0,3));
1045 brw_ADD(p, dst, negate(arg0), brw_imm_f(1.0));
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 470 mov->SrcReg[0].Negate == 0 &&
559 inst2->SrcReg[arg].Negate ^= (((mov->SrcReg[0].Negate >>
    [all...]
prog_execute.c 250 if (source->Negate) {
251 ASSERT(source->Negate == NEGATE_XYZW);
293 /* Note: no Negate or Abs here */
339 if (source->Negate) {
340 ASSERT(source->Negate == NEGATE_XYZW);
368 if (source->Negate) {
    [all...]
nvfragparse.c 958 * <absVectorSrc> ::= <negate> "|" <baseVectorSrc> "|"
994 srcReg->Negate = srcReg->Abs ? negateAbs : negateBase;
1125 srcReg->Negate = srcReg->Abs ? negateAbs : negateBase;
    [all...]
program.c 1039 inst->SrcReg[0].Negate = NEGATE_NONE;
    [all...]
programopt.c 375 inst->SrcReg[0].Negate = NEGATE_XYZW;
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 79 * We'll negate the texel value and use KILP which kills if value
391 newInst.Src[0].Register.Negate = 1;
  /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/draw/
draw_pipe_aapoint.c 322 newInst.Src[0].Register.Negate = 1;
424 newInst.Src[0].Register.Negate = 1;
draw_pipe_pstipple.c 325 newInst.Src[0].Register.Negate = 1;
406 * We'll negate the texel value and use KILP which kills if value
  /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_mesa_to_tgsi.c 359 if (SrcReg->Negate == NEGATE_XYZW)
405 unsigned negate_mask = SrcReg->Negate;
509 * Negate the value of DDY to match GL semantics where (0,0) is the
    [all...]
  /external/regex-re2/re2/
regexp.cc 826 void CharClassBuilder::Negate() {
882 CharClass* CharClass::Negate() {
  /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

Completed in 1724 milliseconds

1 23 4 5