Home
last modified time | relevance | path

Searched refs:newMask (Results 1 – 9 of 9) sorted by relevance

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
DAnyPath.java103 int newMask = 0; in join() local
107 newMask |= mask() << n; in join()
110 return of(newMask); in join()
/third_party/mesa3d/src/gallium/frontends/hgl/
Dhgl.c163 unsigned stAttachmentMask, newMask; in hgl_st_framebuffer_validate() local
177 newMask = stAttachmentMask & ~buffer->mask; in hgl_st_framebuffer_validate()
182 if (resized || newMask) { in hgl_st_framebuffer_validate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIModeRegister.cpp59 Status mergeUnknown(unsigned newMask) { in mergeUnknown()
60 return Status(Mask & ~newMask, Mode & ~newMask); in mergeUnknown()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp2160 SmallVector<int, 16> newMask; in visitShuffleVectorInst() local
2221 newMask.push_back(eltMask); in visitShuffleVectorInst()
2226 if (isSplat || newMask == LHSMask || newMask == RHSMask || newMask == Mask) { in visitShuffleVectorInst()
2228 for (unsigned i = 0, e = newMask.size(); i != e; ++i) { in visitShuffleVectorInst()
2229 if (newMask[i] < 0) { in visitShuffleVectorInst()
2232 Elts.push_back(ConstantInt::get(Int32Ty, newMask[i])); in visitShuffleVectorInst()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_negative.cpp5059 AutoPtr<dng_image> newMask (host.Make_dng_image (fStage3Image->Bounds (), in ResizeTransparencyToMatchStage3() local
5066 *newMask); in ResizeTransparencyToMatchStage3()
5068 fTransparencyMask.Reset (newMask.Release ()); in ResizeTransparencyToMatchStage3()
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c7044 unsigned long newMask = (unsigned long)newSize - 1; in lookup() local
7059 size_t j = newHash & newMask; in lookup()
7063 step = PROBE_STEP(newHash, newMask, newPower); in lookup()
7072 i = h & newMask; in lookup()
7076 step = PROBE_STEP(h, newMask, newPower); in lookup()
/third_party/python/Modules/expat/
Dxmlparse.c6753 unsigned long newMask = (unsigned long)newSize - 1; in lookup() local
6762 size_t j = newHash & newMask; in lookup()
6766 step = PROBE_STEP(newHash, newMask, newPower); in lookup()
6775 i = h & newMask; in lookup()
6779 step = PROBE_STEP(h, newMask, newPower); in lookup()
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp1786 const deUint32 newMask = (previousMask) | ((deUint32)1u << bitNdx); in setMaskMapCoverageBitForLine() local
1788 maskMap.setPixel(tcu::UVec4(newMask, 0, 0, 0), fragPos.x(), fragPos.y()); in setMaskMapCoverageBitForLine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3326 APInt newMask = APInt::getLowBitsSet(maskWidth, width); in SimplifySetCC() local
3328 if (Mask.isSubsetOf(newMask)) { in SimplifySetCC()
3337 newMask <<= width; in SimplifySetCC()