Home
last modified time | relevance | path

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

/external/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()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp2336 lowBitMask(unsigned int bits) in lowBitMask() function
2347 return part & lowBitMask(integerPartWidth / 2); in lowHalf()
2530 integerPart mask = lowBitMask (srcBits - n); in tcExtract()
2535 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()
/external/llvm/lib/Support/
DAPInt.cpp2302 lowBitMask(unsigned int bits) in lowBitMask() function
2313 return part & lowBitMask(integerPartWidth / 2); in lowHalf()
2462 integerPart mask = lowBitMask (srcBits - n); in tcExtract()
2467 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2276 lowBitMask(unsigned int bits) in lowBitMask() function
2287 return part & lowBitMask(integerPartWidth / 2); in lowHalf()
2436 integerPart mask = lowBitMask (srcBits - n); in tcExtract()
2441 dst[dstParts - 1] &= lowBitMask (srcBits % integerPartWidth); in tcExtract()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp2163 static inline APInt::WordType lowBitMask(unsigned bits) { in lowBitMask() function
2171 return part & lowBitMask(APInt::APINT_BITS_PER_WORD / 2); in lowHalf()
2282 WordType mask = lowBitMask (srcBits - n); in tcExtract()
2287 dst[dstParts - 1] &= lowBitMask (srcBits % APINT_BITS_PER_WORD); in tcExtract()