Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h317 UINT_32 mip0WidthInBlk, in GetMajorMode() argument
321 BOOL_32 yMajor = (mip0WidthInBlk < mip0HeightInBlk); in GetMajorMode()
327 xMajor = xMajor && (mip0WidthInBlk >= mip0DepthInBlk); in GetMajorMode()
Dgfx9addrlib.cpp3958 UINT_32 mip0WidthInBlk = pOut->pitch / pOut->blockWidth; in HwlComputeSurfaceInfoTiled() local
3963 mip0WidthInBlk, in HwlComputeSurfaceInfoTiled()
3968 UINT_32 mip1WidthInBlk = RoundHalf(mip0WidthInBlk); in HwlComputeSurfaceInfoTiled()