Searched refs:pitchIn (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib.h | 427 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, 437 UINT_32 pitchIn, UINT_32 heightIn, UINT_32 numSlices, BOOL_32 isLinear,
|
D | addrlib.cpp | 1956 UINT_32 pitchIn, ///< [in] pitch input in ComputeHtileInfo() argument 2000 *pPitchOut = PowTwoAlign(pitchIn, macroWidth); in ComputeHtileInfo() 2094 UINT_32 pitchIn, ///< [in] pitch input in ComputeCmaskInfo() argument 2138 *pPitchOut = (pitchIn + macroWidth - 1) & ~(macroWidth - 1); in ComputeCmaskInfo()
|