Searched refs:pPitchOut (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib1.cpp | 1827 UINT_32* pPitchOut, ///< [out] pitch output in ComputeHtileInfo() argument 1864 *pPitchOut = PowTwoAlign(pitchIn, macroWidth); in ComputeHtileInfo() 1869 surfBytes = HwlComputeHtileBytes(*pPitchOut, in ComputeHtileInfo() 1963 UINT_32* pPitchOut, ///< [out] pitch output in ComputeCmaskInfo() argument 2002 *pPitchOut = (pitchIn + macroWidth - 1) & ~(macroWidth - 1); in ComputeCmaskInfo() 2006 sliceBytes = ComputeCmaskBytes(*pPitchOut, in ComputeCmaskInfo() 2016 sliceBytes = ComputeCmaskBytes(*pPitchOut, 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,
|