Searched refs:Bits2Number (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 859 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 860 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 867 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 868 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 875 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 876 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 884 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 885 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 896 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 897 *pX = Bits2Number(3, x5, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() [all …]
|
D | egbaddrlib.cpp | 2035 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset() 2039 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset() 2042 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2043 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset() 2046 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2047 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 2050 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 2051 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2059 x = Bits2Number(3, _BIT(pixelIndex,4),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2060 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() [all …]
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib.h | 339 static UINT_32 Bits2Number(UINT_32 bitNum, ...);
|
D | addrlib.cpp | 481 UINT_32 Lib::Bits2Number( in Bits2Number() function in Addr::Lib
|