Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp1473 &pOut->macroHeight, in ComputeHtileInfo()
1538 &pOut->macroHeight, in ComputeCmaskInfo()
1974 UINT_32 macroHeight; in ComputeHtileInfo() local
1987 &macroHeight, in ComputeHtileInfo()
1997 &macroHeight); in ComputeHtileInfo()
2001 *pHeightOut = PowTwoAlign(heightIn, macroHeight); in ComputeHtileInfo()
2020 SafeAssign(pMacroHeight, macroHeight); in ComputeHtileInfo()
2110 UINT_32 macroHeight; in ComputeCmaskInfo() local
2125 &macroHeight, in ComputeCmaskInfo()
2135 &macroHeight); in ComputeCmaskInfo()
[all …]
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp736 UINT_32 macroHeight; in HwlComputeTileDataWidthAndHeightLinear() local
747 macroHeight = 8*MicroTileHeight; in HwlComputeTileDataWidthAndHeightLinear()
752 macroHeight = 4*MicroTileHeight; in HwlComputeTileDataWidthAndHeightLinear()
756 *pMacroHeight = macroHeight; in HwlComputeTileDataWidthAndHeightLinear()
814 UINT_32 macroHeight; in HwlComputeXmaskAddrFromCoord() local
836 &macroHeight); in HwlComputeXmaskAddrFromCoord()
857 &macroHeight, in HwlComputeXmaskAddrFromCoord()
898 const UINT_32 macroHeightInTile = macroHeight / MicroTileHeight; in HwlComputeXmaskAddrFromCoord()
903 const UINT_32 macroY = y / macroHeight; in HwlComputeXmaskAddrFromCoord()
908 microY = (y % macroHeight) / MicroTileHeight / 4 ; in HwlComputeXmaskAddrFromCoord()
Degbaddrlib.cpp2231 UINT_32 macroHeight = pTileInfo->bankHeight * banks / pTileInfo->macroAspectRatio; in ComputeSurfaceCoordFromAddrMacroTiled() local
2235 macroTileBits = (macroWidth * macroHeight) * tileBits / (banks * pipes); in ComputeSurfaceCoordFromAddrMacroTiled()
2241 (macroHeight * MicroTileWidth); in ComputeSurfaceCoordFromAddrMacroTiled()
2271 *pY += static_cast<UINT_32>(macroTileIndex / pitchInMacroTiles * macroHeight * MicroTileHeight); in ComputeSurfaceCoordFromAddrMacroTiled()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h828 UINT_32 macroHeight; ///< Macro height in pixels member
1039 UINT_32 macroHeight; ///< Macro height in pixels member