Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib1.cpp1312 pOut->macroHeight = 0; in ComputeHtileInfo()
1329 &pOut->macroHeight, in ComputeHtileInfo()
1395 &pOut->macroHeight, in ComputeCmaskInfo()
1838 UINT_32 macroHeight; in ComputeHtileInfo() local
1851 &macroHeight, in ComputeHtileInfo()
1861 &macroHeight); in ComputeHtileInfo()
1865 *pHeightOut = PowTwoAlign(heightIn, macroHeight); in ComputeHtileInfo()
1884 SafeAssign(pMacroHeight, macroHeight); in ComputeHtileInfo()
1974 UINT_32 macroHeight; in ComputeCmaskInfo() local
1989 &macroHeight, in ComputeCmaskInfo()
[all …]
/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp1200 UINT_32 macroHeight; in HwlComputeTileDataWidthAndHeightLinear() local
1211 macroHeight = 8*MicroTileHeight; in HwlComputeTileDataWidthAndHeightLinear()
1216 macroHeight = 4*MicroTileHeight; in HwlComputeTileDataWidthAndHeightLinear()
1220 *pMacroHeight = macroHeight; in HwlComputeTileDataWidthAndHeightLinear()
1278 UINT_32 macroHeight; in HwlComputeXmaskAddrFromCoord() local
1300 &macroHeight); in HwlComputeXmaskAddrFromCoord()
1321 &macroHeight, in HwlComputeXmaskAddrFromCoord()
1362 const UINT_32 macroHeightInTile = macroHeight / MicroTileHeight; in HwlComputeXmaskAddrFromCoord()
1367 const UINT_32 macroY = y / macroHeight; in HwlComputeXmaskAddrFromCoord()
1372 microY = (y % macroHeight) / MicroTileHeight / 4 ; in HwlComputeXmaskAddrFromCoord()
Degbaddrlib.cpp2395 UINT_32 macroHeight = pTileInfo->bankHeight * banks / pTileInfo->macroAspectRatio; in ComputeSurfaceCoordFromAddrMacroTiled() local
2399 macroTileBits = (macroWidth * macroHeight) * tileBits / (banks * pipes); in ComputeSurfaceCoordFromAddrMacroTiled()
2405 (macroHeight * MicroTileWidth); in ComputeSurfaceCoordFromAddrMacroTiled()
2435 *pY += static_cast<UINT_32>(macroTileIndex / pitchInMacroTiles * macroHeight * MicroTileHeight); in ComputeSurfaceCoordFromAddrMacroTiled()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h911 UINT_32 macroHeight; ///< Macro height in pixels member
1130 UINT_32 macroHeight; ///< Macro height in pixels member