Home
last modified time | relevance | path

Searched refs:macroHeight (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp1315 pOut->macroHeight = 0; in ComputeHtileInfo()
1332 &pOut->macroHeight, in ComputeHtileInfo()
1400 &pOut->macroHeight, in ComputeCmaskInfo()
1847 UINT_32 macroHeight; in ComputeHtileInfo() local
1860 &macroHeight, in ComputeHtileInfo()
1870 &macroHeight); in ComputeHtileInfo()
1874 *pHeightOut = PowTwoAlign(heightIn, macroHeight); in ComputeHtileInfo()
1893 SafeAssign(pMacroHeight, macroHeight); in ComputeHtileInfo()
1983 UINT_32 macroHeight; in ComputeCmaskInfo() local
1998 &macroHeight, in ComputeCmaskInfo()
[all …]
/third_party/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp1231 UINT_32 macroHeight; in HwlComputeTileDataWidthAndHeightLinear() local
1242 macroHeight = 8*MicroTileHeight; in HwlComputeTileDataWidthAndHeightLinear()
1247 macroHeight = 4*MicroTileHeight; in HwlComputeTileDataWidthAndHeightLinear()
1251 *pMacroHeight = macroHeight; in HwlComputeTileDataWidthAndHeightLinear()
1309 UINT_32 macroHeight; in HwlComputeXmaskAddrFromCoord() local
1331 &macroHeight); in HwlComputeXmaskAddrFromCoord()
1352 &macroHeight, in HwlComputeXmaskAddrFromCoord()
1393 const UINT_32 macroHeightInTile = macroHeight / MicroTileHeight; in HwlComputeXmaskAddrFromCoord()
1398 const UINT_32 macroY = y / macroHeight; in HwlComputeXmaskAddrFromCoord()
1403 microY = (y % macroHeight) / MicroTileHeight / 4 ; in HwlComputeXmaskAddrFromCoord()
Degbaddrlib.cpp2392 UINT_32 macroHeight = pTileInfo->bankHeight * banks / pTileInfo->macroAspectRatio; in ComputeSurfaceCoordFromAddrMacroTiled() local
2396 macroTileBits = (macroWidth * macroHeight) * tileBits / (banks * pipes); in ComputeSurfaceCoordFromAddrMacroTiled()
2402 (macroHeight * MicroTileWidth); in ComputeSurfaceCoordFromAddrMacroTiled()
2432 *pY += static_cast<UINT_32>(macroTileIndex / pitchInMacroTiles * macroHeight * MicroTileHeight); in ComputeSurfaceCoordFromAddrMacroTiled()
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h912 UINT_32 macroHeight; ///< Macro height in pixels member
1131 UINT_32 macroHeight; ///< Macro height in pixels member