Home
last modified time | relevance | path

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

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