Searched refs:Bits2Number (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 860 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 861 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 868 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 869 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 876 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 877 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 885 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 886 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 897 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 898 *pX = Bits2Number(3, x5, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() [all …]
|
D | egbaddrlib.cpp | 2036 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset() 2040 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset() 2043 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2044 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset() 2047 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2048 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 2051 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 2052 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2060 x = Bits2Number(3, _BIT(pixelIndex,4),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2061 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() [all …]
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib.h | 340 static UINT_32 Bits2Number(UINT_32 bitNum, ...);
|
D | addrlib.cpp | 471 UINT_32 Lib::Bits2Number( in Bits2Number() function in Addr::Lib
|