Home
last modified time | relevance | path

Searched refs:pHeightOut (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp1964 UINT_32* pHeightOut, ///< [out] height output in ComputeHtileInfo() argument
2001 *pHeightOut = PowTwoAlign(heightIn, macroHeight); in ComputeHtileInfo()
2006 *pHeightOut, in ComputeHtileInfo()
2100 UINT_32* pHeightOut, ///< [out] height output in ComputeCmaskInfo() argument
2139 *pHeightOut = (heightIn + macroHeight - 1) & ~(macroHeight - 1); in ComputeCmaskInfo()
2143 *pHeightOut, in ComputeCmaskInfo()
2150 *pHeightOut += macroHeight; in ComputeCmaskInfo()
2153 *pHeightOut, in ComputeCmaskInfo()
2172 UINT_32 slice = (*pPitchOut) * (*pHeightOut); in ComputeCmaskInfo()
Daddrlib.h430 UINT_32* pPitchOut, UINT_32* pHeightOut, UINT_64* pHtileBytes,
438 ADDR_TILEINFO* pTileInfo, UINT_32* pPitchOut, UINT_32* pHeightOut, UINT_64* pCmaskBytes,