Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib1.cpp3573 UINT_32 alignedPitch = PowTwoAlign(width, macroTilePitchAlign); in DegradeTo1D() local
3575 UINT_64 alignedSize = alignedPitch * alignedHeight; in DegradeTo1D()