Home
last modified time | relevance | path

Searched refs:mipChainHeight (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp4170 pOut->mipChainHeight = pOut->height;
4236 pOut->mipChainHeight += (mip1HeightInBlk * pOut->blockHeight);
4266 (pOut->mipChainHeight / pOut->blockHeight) * pitchInBlock;
4285 pOut->sliceSize = static_cast<UINT_64>(pOut->mipChainPitch) * pOut->mipChainHeight *
4385 pOut->mipChainHeight = actualHeight;
5024 UINT_32 paddedHeightInMacroBlock = localOut.mipChainHeight / localOut.blockHeight;
5095 (localOut.mipChainHeight / localOut.blockHeight) * pitchInBlock;
5151 UINT_32 mipChainHeight = 0;
5159 pMipInfo[i].offset = mipChainWidth * mipChainHeight * elementBytes;
5165 mipChainHeight
[all...]
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib2.cpp265 pOut->pixelMipChainHeight = pOut->mipChainHeight; in ComputeSurfaceInfo()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H A Dgfx11addrlib.cpp3010 pOut->mipChainHeight = 0;
4237 pOut->mipChainHeight = 0;
/third_party/mesa3d/src/amd/common/
H A Dac_surface.c1743 out.epitchIsHeight ? out.mipChainHeight - 1 : out.mipChainPitch - 1; in gfx9_compute_miptree()
1751 surf->u.gfx9.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 : out.mipChainPitch - 1; in gfx9_compute_miptree()
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h2496 UINT_32 mipChainHeight; ///< Padded height (of total mip chain) in elements member
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp3527 pOut->mipChainHeight = 0;
4829 pOut->mipChainHeight = 0;

Completed in 31 milliseconds