Searched refs:macroHeight (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp1312 pOut->macroHeight = 0;
1329 &pOut->macroHeight,
1397 &pOut->macroHeight,
1752 * MacroWidth and macroHeight are measured in pixels
1782 //int macroHeight = pow2( 3+log2(pipes)+log2_height );
1796 * MacroWidth and macroHeight are measured in pixels
1844 UINT_32 macroHeight; local in function:Addr::V1::Lib::ComputeHtileInfo
1857 &macroHeight,
1867 &macroHeight);
1871 *pHeightOut = PowTwoAlign(heightIn, macroHeight);
1980 UINT_32 macroHeight; local in function:Addr::V1::Lib::ComputeCmaskInfo
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib1.cpp1312 pOut->macroHeight = 0;
1329 &pOut->macroHeight,
1397 &pOut->macroHeight,
1752 * MacroWidth and macroHeight are measured in pixels
1782 //int macroHeight = pow2( 3+log2(pipes)+log2_height );
1796 * MacroWidth and macroHeight are measured in pixels
1844 UINT_32 macroHeight; local in function:Addr::V1::Lib::ComputeHtileInfo
1857 &macroHeight,
1867 &macroHeight);
1871 *pHeightOut = PowTwoAlign(heightIn, macroHeight);
1980 UINT_32 macroHeight; local in function:Addr::V1::Lib::ComputeCmaskInfo
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp1316 pOut->macroHeight = 0;
1333 &pOut->macroHeight,
1401 &pOut->macroHeight,
1756 * MacroWidth and macroHeight are measured in pixels
1786 //int macroHeight = pow2( 3+log2(pipes)+log2_height );
1800 * MacroWidth and macroHeight are measured in pixels
1848 UINT_32 macroHeight; local in function:Addr::V1::Lib::ComputeHtileInfo
1861 &macroHeight,
1871 &macroHeight);
1875 *pHeightOut = PowTwoAlign(heightIn, macroHeight);
1984 UINT_32 macroHeight; local in function:Addr::V1::Lib::ComputeCmaskInfo
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1221 * MacroWidth and macroHeight are measured in pixels
1233 UINT_32 macroHeight; local in function:Addr::V1::SiLib::HwlComputeTileDataWidthAndHeightLinear
1244 macroHeight = 8*MicroTileHeight;
1249 macroHeight = 4*MicroTileHeight;
1253 *pMacroHeight = macroHeight;
1311 UINT_32 macroHeight; local in function:Addr::V1::SiLib::HwlComputeXmaskAddrFromCoord
1333 &macroHeight);
1354 &macroHeight,
1395 const UINT_32 macroHeightInTile = macroHeight / MicroTileHeight;
1400 const UINT_32 macroY = y / macroHeight;
[all...]
H A Degbaddrlib.cpp2392 UINT_32 macroHeight = pTileInfo->bankHeight * banks / pTileInfo->macroAspectRatio; local in function:Addr::V1::EgBasedLib::ComputeSurfaceCoordFromAddrMacroTiled
2396 macroTileBits = (macroWidth * macroHeight) * tileBits / (banks * pipes);
2402 (macroHeight * MicroTileWidth);
2432 *pY += static_cast<UINT_32>(macroTileIndex / pitchInMacroTiles * macroHeight * MicroTileHeight);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1220 * MacroWidth and macroHeight are measured in pixels
1232 UINT_32 macroHeight; local in function:Addr::V1::SiLib::HwlComputeTileDataWidthAndHeightLinear
1243 macroHeight = 8*MicroTileHeight;
1248 macroHeight = 4*MicroTileHeight;
1252 *pMacroHeight = macroHeight;
1310 UINT_32 macroHeight; local in function:Addr::V1::SiLib::HwlComputeXmaskAddrFromCoord
1332 &macroHeight);
1353 &macroHeight,
1394 const UINT_32 macroHeightInTile = macroHeight / MicroTileHeight;
1399 const UINT_32 macroY = y / macroHeight;
[all...]
H A Degbaddrlib.cpp2393 UINT_32 macroHeight = pTileInfo->bankHeight * banks / pTileInfo->macroAspectRatio; local in function:Addr::V1::EgBasedLib::ComputeSurfaceCoordFromAddrMacroTiled
2397 macroTileBits = (macroWidth * macroHeight) * tileBits / (banks * pipes);
2403 (macroHeight * MicroTileWidth);
2433 *pY += static_cast<UINT_32>(macroTileIndex / pitchInMacroTiles * macroHeight * MicroTileHeight);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h906 UINT_32 macroHeight; ///< Macro height in pixels member in struct:_ADDR_COMPUTE_HTILE_INFO_OUTPUT
1119 UINT_32 macroHeight; ///< Macro height in pixels member in struct:_ADDR_COMPUTE_CMASK_INFO_OUTPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h913 UINT_32 macroHeight; ///< Macro height in pixels member in struct:_ADDR_COMPUTE_HTILE_INFO_OUTPUT
1132 UINT_32 macroHeight; ///< Macro height in pixels member in struct:_ADDR_COMPUTE_CMASK_INFO_OUTPUT

Completed in 40 milliseconds