HomeSort by relevance Sort by last modified time
    Searched defs:Mask (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_GetVLCInfo.c 87 OMX_U32 Mask = 4, RunBefore;
144 Value == -1 ? Mask : 0;
145 Mask >>= 1;
151 Mask = 0;
162 /* Mask becomes zero after entering */
163 if (Mask &&
170 Value == -1 ? Mask : 0;
171 Mask >>= 1;
178 if (Mask)
180 Mask = 0
    [all...]
  /external/clang/include/clang/Basic/
Sanitizers.h 49 SanitizerSet() : Mask(0) {}
54 return Mask & K;
58 bool hasOneOf(SanitizerMask K) const { return Mask & K; }
63 Mask = Value ? (Mask | K) : (Mask & ~K);
67 void clear() { Mask = 0; }
70 bool empty() const { return Mask == 0; }
73 SanitizerMask Mask;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
CubemapAttribute.java 28 protected static long Mask = EnvironmentMap;
30 public final static boolean is (final long mask) {
31 return (mask & Mask) != 0;
DepthTestAttribute.java 29 protected static long Mask = Type;
31 public final static boolean is (final long mask) {
32 return (mask & Mask) != 0;
ColorAttribute.java 39 protected static long Mask = Ambient | Diffuse | Specular | Emissive | Reflection | AmbientLight | Fog;
41 public final static boolean is (final long mask) {
42 return (mask & Mask) != 0;
TextureAttribute.java 43 protected static long Mask = Diffuse | Specular | Bump | Normal | Ambient | Emissive | Reflection;
45 public final static boolean is (final long mask) {
46 return (mask & Mask) != 0;
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 29 uint8_t Mask;
  /external/clang/include/clang/AST/
DeclAccessPair.h 33 enum { Mask = 0x3 };
43 return reinterpret_cast<NamedDecl*>(~Mask & Ptr);
46 return AccessSpecifier(Mask & Ptr);
  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 79 LaneBitmask Mask = (*Units).second;
81 if (S.LaneMask & Mask) {
StackMapLivenessAnalysis.cpp 75 /// \brief Create a register mask and initialize it with the registers from
149 uint32_t *Mask = createRegisterMask(MF);
150 MachineOperand MO = MachineOperand::CreateRegLiveOut(Mask);
154 /// Create a register mask and initialize it with the registers from the
157 // The mask is owned and cleaned up by the Machine Function.
158 uint32_t *Mask = MF.allocateRegisterMask(TRI->getNumRegs());
160 Mask[Reg / 32] |= 1U << (Reg % 32);
162 // Give the target a chance to adjust the mask.
163 TRI->adjustStackMapLiveOutMask(Mask);
165 return Mask;
    [all...]
LiveRangeCalc.cpp 67 LaneBitmask Mask = SubReg != 0 ? TRI.getSubRegIndexLaneMask(SubReg)
78 // A Mask for subregs common to the existing subrange and current def.
79 LaneBitmask Common = S.LaneMask & Mask;
82 // A Mask for subregs covered by the subrange but not the current def.
83 LaneBitmask LRest = S.LaneMask & ~Mask;
95 Mask &= ~Common;
98 if (Mask != 0) {
99 LiveInterval::SubRange *NewRange = LI.createSubRange(*Alloc, Mask);
142 LaneBitmask Mask) {
151 // We only care about uses, but on the main range (mask ~0u) this include
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.cpp 80 unsigned Mask = MBBI->getOperand(1).getImm();
86 MBBI->getOperand(1).setImm((Mask & MaskOff) | MaskOn);
593 unsigned Mask = (1 << NumBits) - 1;
594 if ((unsigned)Offset <= Mask * Scale) {
610 ImmedOffset = ImmedOffset & Mask;
623 Offset &= ~(Mask*Scale);
Thumb2ITBlockPass.cpp 209 unsigned Mask = 0, Pos = 3;
227 Mask |= (NCC & 1) << Pos;
249 // Finalize IT mask.
250 Mask |= (1 << Pos);
251 // Tag along (firstcond[0] << 4) with the mask.
252 Mask |= (CC & 1) << 4;
253 MIB.addImm(Mask);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 238 uint64_t Mask = ((uint64_t)(-1) >>
240 CurVal |= Value & Mask;
  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.cpp 93 int64_t Mask = 0xffff;
95 Offset = OldOffset & Mask;
97 Mask >>= 1;
98 assert(Mask && "One offset must be OK");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xdefs.h 73 typedef unsigned long Mask;
75 typedef CARD32 Mask;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xdefs.h 73 typedef unsigned long Mask;
75 typedef CARD32 Mask;
  /external/llvm/lib/Fuzzer/
FuzzerMutate.cpp 52 char Mask = 1 << Bit;
55 R = X & ~Mask;
57 R = X | Mask;
  /external/llvm/lib/Target/AMDGPU/
R600ExpandSpecialInstrs.cpp 206 bool Mask = (Chan != TRI.getHWRegChan(DstReg));
214 if (Mask) {
298 bool Mask = false;
304 // Mask the write if the original instruction does not write to
306 Mask = (Chan != TRI.getHWRegChan(DstReg));
332 if (Mask) {
R600TextureIntrinsicsReplacer.cpp 125 Constant *Mask[] = {
131 Value *SwizzleMask = ConstantVector::get(Mask);
  /external/giflib/
egif_lib.c 444 GifPixelType Mask;
463 Mask = CodeMask[Private->BitsPerPixel];
465 Line[i] &= Mask;
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
ColorBleedEffect.java 19 import com.badlogic.gdx.tools.texturepacker.ColorBleedEffect.Mask.MaskIterator;
41 Mask mask = new Mask(rgb); local
45 while (mask.pendingSize > 0 && mask.pendingSize != lastPending && iterations < maxIterations) {
46 lastPending = mask.pendingSize;
47 executeIteration(rgb, mask, width, height);
55 private void executeIteration (int[] rgb, Mask mask, int width, int height)
    [all...]
  /external/llvm/include/llvm/ADT/
BitVector.h 173 // Mask off previous bits.
240 BitWord Mask = EMask - IMask;
241 Bits[I / BITWORD_SIZE] |= Mask;
279 BitWord Mask = EMask - IMask;
280 Bits[I / BITWORD_SIZE] &= ~Mask;
318 BitWord Mask = BitWord(1) << (Idx % BITWORD_SIZE);
319 return (Bits[Idx / BITWORD_SIZE] & Mask) != 0;
468 // Portable bit mask operations.
476 // bit mask is always a whole multiple of 32 bits. If no bit mask size i
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 164 unsigned Mask = BundledPred | BundledSucc;
165 Flags = (Flags & Mask) | (flags & ~Mask);
    [all...]
  /external/llvm/lib/Analysis/
CostModel.cpp 92 static bool isReverseVectorMask(SmallVectorImpl<int> &Mask) {
93 for (unsigned i = 0, MaskSize = Mask.size(); i < MaskSize; ++i)
94 if (Mask[i] > 0 && Mask[i] != (int)(MaskSize - 1 - i))
99 static bool isAlternateVectorMask(SmallVectorImpl<int> &Mask) {
101 unsigned MaskSize = Mask.size();
105 if (Mask[i] < 0)
107 isAlternate = Mask[i] == (int)((i & 1) ? MaskSize + i : i);
116 if (Mask[i] < 0)
118 isAlternate = Mask[i] == (int)((i & 1) ? i : MaskSize + i)
    [all...]

Completed in 789 milliseconds

1 2 3 4 5 6