Searched refs:pHeightOut (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib1.cpp | 1828 UINT_32* pHeightOut, ///< [out] height output in ComputeHtileInfo() argument 1865 *pHeightOut = PowTwoAlign(heightIn, macroHeight); in ComputeHtileInfo() 1870 *pHeightOut, in ComputeHtileInfo() 1964 UINT_32* pHeightOut, ///< [out] height output in ComputeCmaskInfo() argument 2003 *pHeightOut = (heightIn + macroHeight - 1) & ~(macroHeight - 1); in ComputeCmaskInfo() 2007 *pHeightOut, in ComputeCmaskInfo() 2014 *pHeightOut += macroHeight; in ComputeCmaskInfo() 2017 *pHeightOut, in ComputeCmaskInfo() 2036 UINT_32 slice = (*pPitchOut) * (*pHeightOut); in ComputeCmaskInfo()
|
D | addrlib1.h | 320 UINT_32* pPitchOut, UINT_32* pHeightOut, UINT_64* pHtileBytes, 328 ADDR_TILEINFO* pTileInfo, UINT_32* pPitchOut, UINT_32* pHeightOut, UINT_64* pCmaskBytes,
|