Searched refs:sliceAlign (Results 1 – 4 of 4) sorted by relevance
1012 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()
379 UINT_32* pSlices, UINT_32 sliceAlign) const;
3264 UINT_32 sliceAlign ///< [in] number of slice alignment in PadDimensions()3334 *pSlices = PowTwoAlign((*pSlices), sliceAlign); in PadDimensions()
2416 UINT_32 sliceAlign; ///< Required slice size in bytes member