Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoakeyboard.m307 unsigned int oldMask, newMask;
313 newMask = newMods & device_independent_mask;
315 if (oldMask && oldMask != newMask) {
317 } else if (newMask && oldMask != newMask) {
464 unsigned int oldMask, newMask;
467 newMask = newMods & bit;
472 if (newMask) {
480 else if (oldMask && oldMask != newMask) {
/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/expat/
D02-backport-CVE-2022-22822-CVE-2022-22823-CVE-2022-22824-CVE-2022-22825-CVE-2022-22826-CVE-2022-22827.patch191 unsigned long newMask = (unsigned long)newSize - 1;
/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.c6766 unsigned long newMask = (unsigned long)newSize - 1; in lookup() local
6775 size_t j = newHash & newMask; in lookup()
6779 step = PROBE_STEP(newHash, newMask, newPower); in lookup()
6788 i = h & newMask; in lookup()
6792 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()