Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.h317 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices,
327 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear,
Daddrlib1.cpp1829 UINT_32 pitchIn, ///< [in] pitch input in ComputeHtileInfo() argument
1873 *pPitchOut = PowTwoAlign(pitchIn, macroWidth); in ComputeHtileInfo()
1967 UINT_32 pitchIn, ///< [in] pitch input in ComputeCmaskInfo() argument
2011 *pPitchOut = (pitchIn + macroWidth - 1) & ~(macroWidth - 1); in ComputeCmaskInfo()