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

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3865 pOut->mipChainHeight = pOut->height;
3931 pOut->mipChainHeight += (mip1HeightInBlk * pOut->blockHeight);
3961 (pOut->mipChainHeight / pOut->blockHeight) * pitchInBlock;
3980 pOut->sliceSize = static_cast<UINT_64>(pOut->mipChainPitch) * pOut->mipChainHeight *
4080 pOut->mipChainHeight = actualHeight;
4719 UINT_32 paddedHeightInMacroBlock = localOut.mipChainHeight / localOut.blockHeight;
4790 (localOut.mipChainHeight / localOut.blockHeight) * pitchInBlock;
4846 UINT_32 mipChainHeight = 0; local in function:Addr::V2::Gfx9Lib::ComputeSurfaceLinearPadding
4854 pMipInfo[i].offset = mipChainWidth * mipChainHeight * elementBytes;
4860 mipChainHeight
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp4171 pOut->mipChainHeight = pOut->height;
4237 pOut->mipChainHeight += (mip1HeightInBlk * pOut->blockHeight);
4267 (pOut->mipChainHeight / pOut->blockHeight) * pitchInBlock;
4286 pOut->sliceSize = static_cast<UINT_64>(pOut->mipChainPitch) * pOut->mipChainHeight *
4386 pOut->mipChainHeight = actualHeight;
5025 UINT_32 paddedHeightInMacroBlock = localOut.mipChainHeight / localOut.blockHeight;
5096 (localOut.mipChainHeight / localOut.blockHeight) * pitchInBlock;
5152 UINT_32 mipChainHeight = 0; local in function:Addr::V2::Gfx9Lib::ComputeSurfaceLinearPadding
5160 pMipInfo[i].offset = mipChainWidth * mipChainHeight * elementBytes;
5166 mipChainHeight
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c1100 surf->u.gfx9.stencil.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 :
1109 surf->u.gfx9.surf.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 :
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2449 UINT_32 mipChainHeight; ///< Padded height (of total mip chain) in elements member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp241 pOut->pixelMipChainHeight = pOut->mipChainHeight;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib2.cpp241 pOut->pixelMipChainHeight = pOut->mipChainHeight;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp265 pOut->pixelMipChainHeight = pOut->mipChainHeight;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2497 UINT_32 mipChainHeight; ///< Padded height (of total mip chain) in elements member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp3505 pOut->mipChainHeight = 0;
4796 pOut->mipChainHeight = 0;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c1665 out.epitchIsHeight ? out.mipChainHeight - 1 : out.mipChainPitch - 1;
1673 surf->u.gfx9.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 : out.mipChainPitch - 1;

Completed in 46 milliseconds