Searched refs:Bits2Number (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/addrlib/r800/ |
D | siaddrlib.cpp | 828 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 829 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 836 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 837 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 844 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 845 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 853 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 854 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 865 *pY = Bits2Number(2, y4, y3); in ComputeTileCoordFromPipeAndElemIdx() 866 *pX = Bits2Number(3, x5, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() [all …]
|
D | egbaddrlib.cpp | 2038 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,4)); in HwlComputePixelCoordFromOffset() 2042 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,3)); in HwlComputePixelCoordFromOffset() 2045 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,1),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2046 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,2)); in HwlComputePixelCoordFromOffset() 2049 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2050 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 2053 x = Bits2Number(3, _BIT(pixelIndex,3),_BIT(pixelIndex,2),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() 2054 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,4),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2062 x = Bits2Number(3, _BIT(pixelIndex,4),_BIT(pixelIndex,2),_BIT(pixelIndex,0)); in HwlComputePixelCoordFromOffset() 2063 y = Bits2Number(3, _BIT(pixelIndex,5),_BIT(pixelIndex,3),_BIT(pixelIndex,1)); in HwlComputePixelCoordFromOffset() [all …]
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib.h | 314 static UINT_32 Bits2Number(UINT_32 bitNum, ...);
|
D | addrlib.cpp | 400 UINT_32 Lib::Bits2Number( in Bits2Number() function in Addr::Lib
|