Home
last modified time | relevance | path

Searched refs:pitchAlignInElement (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp3869 UINT_32 pitchAlignInElement = pOut->blockWidth; in HwlComputeSurfaceInfoTiled() local
3878 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() local
4084 pitch = PowTwoAlign(pIn->width, pitchAlignInElement); in HwlComputeSurfaceInfoLinear()
4089 returnCode = ApplyCustomizedPitchHeight(pIn, elementBytes, pitchAlignInElement, in HwlComputeSurfaceInfoLinear()
4872 UINT_32 pitchAlignInElement = 0; in ComputeSurfaceLinearPadding() local
4878 pitchAlignInElement = 1; in ComputeSurfaceLinearPadding()
4882 pitchAlignInElement = (256 / elementBytes); in ComputeSurfaceLinearPadding()
[all …]
/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.cpp985 UINT_32 pitchAlignInElement, ///< [in] pitch alignment in element in ApplyCustomizedPitchHeight() argument
996 if ((pIn->pitchInElement % pitchAlignInElement) != 0) in ApplyCustomizedPitchHeight()
Daddrlib2.h765 UINT_32 pitchAlignInElement,