HomeSort by relevance Sort by last modified time
    Searched full:invmask (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c 97 if (invmask == 0) { \
110 stencil[j] = (GLubyte) ((invmask & s) | (wrtmask & (NEW_VAL))); \
133 const GLubyte invmask = (GLubyte) (~wrtmask); local
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 97 if (invmask == 0) { \
110 stencil[j] = (GLubyte) ((invmask & s) | (wrtmask & (NEW_VAL))); \
133 const GLubyte invmask = (GLubyte) (~wrtmask); local
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 683 APInt Mask, InvMask;
693 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) &&
694 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask)
696 else if (isVSplat(Op1Op1, InvMask, IsLittleEndian) &&
697 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask)
710 if (isVSplat(Op1Op0, InvMask, IsLittleEndian) &&
711 Mask.getBitWidth() == InvMask.getBitWidth() && Mask == ~InvMask)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 312 milliseconds