Home
last modified time | relevance | path

Searched defs:bitPosition (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h112 static unsigned whichWord(unsigned bitPosition) { in whichWord() argument
120 static unsigned whichBit(unsigned bitPosition) { in whichBit() argument
130 static uint64_t maskBit(unsigned bitPosition) { in maskBit() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp339 void APInt::flipBit(unsigned bitPosition) { in flipBit() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h119 static unsigned whichWord(unsigned bitPosition) { in whichWord() argument
127 static unsigned whichBit(unsigned bitPosition) { in whichBit() argument
137 static uint64_t maskBit(unsigned bitPosition) { in maskBit() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp538 void APInt::setBit(unsigned bitPosition) { in setBit() argument
547 void APInt::clearBit(unsigned bitPosition) { in clearBit() argument
559 flipBit(unsigned bitPosition) flipBit() argument
[all...]
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1447 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const HwlComputeXmaskCoordFromAddr() argument
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.cpp2174 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const HwlComputeXmaskCoordFromAddr() argument
2605 ComputeSurfaceCoordFromAddrLinear( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample ) const ComputeSurfaceCoordFromAddrLinear() argument
2638 ComputeSurfaceCoordFromAddrMicroTiled( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples, AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, AddrTileType microTileType, BOOL_32 isDepthSampleOrder ) const ComputeSurfaceCoordFromAddrMicroTiled() argument
[all...]
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h733 UINT_32 bitPosition; ///< Bit position within surfaceAddr, 0-7. member
766 UINT_32 bitPosition; ///< Bit position in addr. 0-7. for surface bpp < 8, member
981 UINT_32 bitPosition; ///< Bit position, 0 or 4. CMASK and HTILE shares some lib method. member
1013 UINT_32 bitPosition; ///< Bit position 0 or 4. CMASK and HTILE share some methods member
1194 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member
1226 UINT_32 bitPosition; ///< Bit position within addr, 0-7. CMASK is 4 bpp, member
1415 UINT_32 bitPosition; ///< Bit position within fmaskAddr, 0-7. member
1446 UINT_32 bitPosition; ///< Bi member
2592 UINT_32 bitPosition; ///< Bit position within surfaceAddr, 0-7. global() member
2625 UINT_32 bitPosition; ///< Bit position in addr. 0-7. for surface bpp < 8, global() member
3074 UINT_32 bitPosition; ///< Bit position within addr, 0 or 4 global() member
3105 UINT_32 bitPosition; ///< Bit position within addr, 0 or 4 global() member
3279 UINT_32 bitPosition; ///< Bit position within fmaskAddr, 0-7. global() member
3310 UINT_32 bitPosition; ///< Bit position within addr, 0-7. global() member
[all...]

Completed in 42 milliseconds