Searched refs:Bits2Number (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/addrlib/r800/ |
D | siaddrlib.cpp | 364 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 365 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 372 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 373 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 380 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 381 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 389 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 390 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 401 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 402 *pX = Bits2Number(3, x5, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() [all …]
|
D | egbaddrlib.cpp | 1874 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset() 1878 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset() 1881 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 1882 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset() 1885 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 1886 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 1889 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 1890 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 1898 x = Bits2Number(3, _BIT(pixelIndex,4),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 1899 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() [all …]
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib.h | 566 static UINT_32 Bits2Number(UINT_32 bitNum,...);
|
D | addrlib.cpp | 3438 UINT_32 AddrLib::Bits2Number( in Bits2Number() function in AddrLib
|