Searched refs:pitchAlignInElement (Results 1 – 3 of 3) sorted by relevance
3869 UINT_32 pitchAlignInElement = pOut->blockWidth; in HwlComputeSurfaceInfoTiled() local3878 pitchAlignInElement = PowTwoAlign(pitchAlignInElement, 32); in HwlComputeSurfaceInfoTiled()3881 pOut->pitch = PowTwoAlign(pIn->width, pitchAlignInElement); in HwlComputeSurfaceInfoTiled()3885 if ((pIn->pitchInElement % pitchAlignInElement) != 0) in HwlComputeSurfaceInfoTiled()4082 const UINT_32 pitchAlignInElement = alignment / elementBytes; in HwlComputeSurfaceInfoLinear() local4084 pitch = PowTwoAlign(pIn->width, pitchAlignInElement); in HwlComputeSurfaceInfoLinear()4089 returnCode = ApplyCustomizedPitchHeight(pIn, elementBytes, pitchAlignInElement, in HwlComputeSurfaceInfoLinear()4872 UINT_32 pitchAlignInElement = 0; in ComputeSurfaceLinearPadding() local4878 pitchAlignInElement = 1; in ComputeSurfaceLinearPadding()4882 pitchAlignInElement = (256 / elementBytes); in ComputeSurfaceLinearPadding()[all …]
985 UINT_32 pitchAlignInElement, ///< [in] pitch alignment in element in ApplyCustomizedPitchHeight() argument996 if ((pIn->pitchInElement % pitchAlignInElement) != 0) in ApplyCustomizedPitchHeight()
765 UINT_32 pitchAlignInElement,