Searched defs:bitPosition (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 119 static unsigned whichWord(unsigned bitPosition) { in whichWord() 127 static unsigned whichBit(unsigned bitPosition) { in whichBit() 137 static uint64_t maskBit(unsigned bitPosition) { in maskBit() 162 uint64_t getWord(unsigned bitPosition) const { in getWord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 112 static unsigned whichWord(unsigned bitPosition) { in whichWord() 120 static unsigned whichBit(unsigned bitPosition) { in whichBit() 130 static uint64_t maskBit(unsigned bitPosition) { in maskBit() 160 uint64_t getWord(unsigned bitPosition) const { in getWord()
|
/third_party/mesa3d/src/amd/addrlib/inc/ |
D | addrinterface.h | 734 UINT_32 bitPosition; ///< Bit position within surfaceAddr, 0-7. member 767 UINT_32 bitPosition; ///< Bit position in addr. 0-7. for surface bpp < 8, member 982 UINT_32 bitPosition; ///< Bit position, 0 or 4. CMASK and HTILE shares some lib method. member 1014 UINT_32 bitPosition; ///< Bit position 0 or 4. CMASK and HTILE share some methods member 1195 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member 1227 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member 1416 UINT_32 bitPosition; ///< Bit position within fmaskAddr, 0-7. member 1447 UINT_32 bitPosition; ///< Bit position within addr, 0-7. member 2593 UINT_32 bitPosition; ///< Bit position within surfaceAddr, 0-7. member 2626 UINT_32 bitPosition; ///< Bit position in addr. 0-7. for surface bpp < 8, member [all …]
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib1.cpp | 2177 UINT_32 bitPosition, ///< [in] bitPosition in a byte in HwlComputeXmaskCoordFromAddr() 2608 UINT_32 bitPosition, ///< [in] bitPosition in a byte in ComputeSurfaceCoordFromAddrLinear() 2641 UINT_32 bitPosition, ///< [in] bitPosition in a byte in ComputeSurfaceCoordFromAddrMicroTiled()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 538 void APInt::setBit(unsigned bitPosition) { in setBit() 547 void APInt::clearBit(unsigned bitPosition) { in clearBit() 559 void APInt::flipBit(unsigned bitPosition) { in flipBit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 339 void APInt::flipBit(unsigned bitPosition) { in flipBit() 345 void APInt::insertBits(const APInt &subBits, unsigned bitPosition) { in insertBits() 404 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits()
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | egbaddrlib.cpp | 2175 UINT_32 bitPosition = pIn->bitPosition; in DispatchComputeSurfaceCoordFromAddr() local 2316 UINT_32 bitPosition, ///< [in] bit position in ComputeSurfaceCoordFromAddrMacroTiled()
|
D | siaddrlib.cpp | 1450 UINT_32 bitPosition, ///< [in] bitPosition in a byte in HwlComputeXmaskCoordFromAddr()
|