Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp1263 UINT_32 currentMipHeight = (PowTwoAlign(localIn.height, (1 << mipId))) >> mipId; in ComputeSurfaceCoordFromAddrLinear() local
1264 mipSize = currentMipHeight * localOut.pitch * elementBytes; in ComputeSurfaceCoordFromAddrLinear()