Searched refs:pHeightOut (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib1.cpp | 1837 UINT_32* pHeightOut, ///< [out] height output in ComputeHtileInfo() argument 1874 *pHeightOut = PowTwoAlign(heightIn, macroHeight); in ComputeHtileInfo() 1879 *pHeightOut, in ComputeHtileInfo() 1973 UINT_32* pHeightOut, ///< [out] height output in ComputeCmaskInfo() argument 2012 *pHeightOut = (heightIn + macroHeight - 1) & ~(macroHeight - 1); in ComputeCmaskInfo() 2016 *pHeightOut, in ComputeCmaskInfo() 2023 *pHeightOut += macroHeight; in ComputeCmaskInfo() 2026 *pHeightOut, in ComputeCmaskInfo() 2045 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,
|