Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp3581 UINT_32 alignedHeight = PowTwoAlign(height, macroTileHeightAlign); in DegradeTo1D() local
3582 UINT_64 alignedSize = alignedPitch * alignedHeight; in DegradeTo1D()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp2973 const UINT_32 alignedHeight = PowTwoAlign(pIn->height, additionalAlign); in ComputeStereoInfo() local
2975 if ((alignedHeight >> yMax) & 1) in ComputeStereoInfo()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp3490 const UINT_32 alignedHeight = PowTwoAlign(pIn->height, additionalAlign); in ComputeStereoInfo() local
3492 if ((alignedHeight >> yMax) & 1) in ComputeStereoInfo()