Searched refs:pitchIn (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib1.h | 317 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, 327 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear,
|
D | addrlib1.cpp | 1820 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()
|