Home
last modified time | relevance | path

Searched refs:lowBitMask (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/glx/
Dpixel.c93 GLint lowBitMask, i; in FillBitmap() local
113 lowBitMask = HighBitsMask[bitOffset]; in FillBitmap()
137 ((nextByte & lowBitMask) >> (8 - bitOffset)); in FillBitmap()
283 GLint elementsLeft, bitOffset, currentByte, highBitMask, lowBitMask; in EmptyBitmap() local
312 lowBitMask = HighBitsMask[bitOffset]; in EmptyBitmap()
363 writeMask &= lowBitMask; in EmptyBitmap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2261 lowBitMask(unsigned int bits) in lowBitMask() function
2272 return part & lowBitMask(integerPartWidth / 2); in lowHalf()
2421 integerPart mask = lowBitMask (srcBits - n); in tcExtract()
2426 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2317 static inline APInt::WordType lowBitMask(unsigned bits) { in lowBitMask() function
2325 return part & lowBitMask(APInt::APINT_BITS_PER_WORD / 2); in lowHalf()
2436 WordType mask = lowBitMask (srcBits - n); in tcExtract()
2441 dst[dstParts - 1] &= lowBitMask (srcBits % APINT_BITS_PER_WORD); in tcExtract()