Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h318 UINT_32 mip0HeightInBlk, in GetMajorMode() argument
321 BOOL_32 yMajor = (mip0WidthInBlk < mip0HeightInBlk); in GetMajorMode()
326 yMajor = yMajor && (mip0HeightInBlk >= mip0DepthInBlk); in GetMajorMode()
Dgfx9addrlib.cpp3959 UINT_32 mip0HeightInBlk = pOut->height / pOut->blockHeight; in HwlComputeSurfaceInfoTiled() local
3964 mip0HeightInBlk, in HwlComputeSurfaceInfoTiled()
3981 UINT_32 mip1HeightInBlk = RoundHalf(mip0HeightInBlk); in HwlComputeSurfaceInfoTiled()