Home
last modified time | relevance | path

Searched refs:sliceAlign (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.cpp1012 if (pIn->sliceAlign > 0) in ApplyCustomizedPitchHeight()
1014 UINT_32 customizedHeight = pIn->sliceAlign / elementBytes / (*pPitch); in ApplyCustomizedPitchHeight()
1016 if (customizedHeight * elementBytes * (*pPitch) != pIn->sliceAlign) in ApplyCustomizedPitchHeight()
Daddrlib1.h379 UINT_32* pSlices, UINT_32 sliceAlign) const;
Daddrlib1.cpp3264 UINT_32 sliceAlign ///< [in] number of slice alignment in PadDimensions()
3334 *pSlices = PowTwoAlign((*pSlices), sliceAlign); in PadDimensions()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h2416 UINT_32 sliceAlign; ///< Required slice size in bytes member