Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib3.cpp786 const UINT_32 pitchSliceAlignmentElements = pitchSliceAlignmentBytes / elementBytes; in ApplyCustomizedPitchHeight() local
787 pOut->pitchForSlice = PowTwoAlign(pIn->width, pitchSliceAlignmentElements); in ApplyCustomizedPitchHeight()
822 pOut->pitchForSlice = PowTwoAlign(pIn->pitchInElement, pitchSliceAlignmentElements); in ApplyCustomizedPitchHeight()