Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/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.cpp1820 UINT_32 pitchIn, ///< [in] pitch input in ComputeHtileInfo() argument
1864 *pPitchOut = PowTwoAlign(pitchIn, macroWidth); in ComputeHtileInfo()
1958 UINT_32 pitchIn, ///< [in] pitch input in ComputeCmaskInfo() argument
2002 *pPitchOut = (pitchIn + macroWidth - 1) & ~(macroWidth - 1); in ComputeCmaskInfo()