Searched refs:mipHeight (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp459 UINT_32 mipHeight = mip0Height; local in function:Addr::V2::Gfx9Lib::GetMetaMipInfo
474 mipHeight = PowTwoAlign(mipHeight, pMetaBlkDim->h);
482 pInfo[mip].height = mipHeight;
493 mipCoord.h += mipHeight;
507 mipCoord.h += mipHeight;
513 mipCoord.h += mipHeight;
521 mipHeight = Max(mipHeight >> 1, 1u);
525 (mipHeight <
4125 UINT_32 mipHeight = mip0Height; local in function:Addr::V2::Gfx9Lib::GetMipChainInfo
4251 UINT_32 mipHeight = pMetaBlkDim->h >> 1; local in function:Addr::V2::Gfx9Lib::GetMetaMiptailInfo
4847 UINT_32 mipHeight = pIn->height; local in function:Addr::V2::Gfx9Lib::ComputeSurfaceLinearPadding
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp497 UINT_32 mipHeight = mip0Height; local in function:Addr::V2::Gfx9Lib::GetMetaMipInfo
512 mipHeight = PowTwoAlign(mipHeight, pMetaBlkDim->h);
520 pInfo[mip].height = mipHeight;
531 mipCoord.h += mipHeight;
545 mipCoord.h += mipHeight;
551 mipCoord.h += mipHeight;
559 mipHeight = Max(mipHeight >> 1, 1u);
563 (mipHeight <
4431 UINT_32 mipHeight = mip0Height; local in function:Addr::V2::Gfx9Lib::GetMipChainInfo
4557 UINT_32 mipHeight = pMetaBlkDim->h >> 1; local in function:Addr::V2::Gfx9Lib::GetMetaMiptailInfo
5153 UINT_32 mipHeight = pIn->height; local in function:Addr::V2::Gfx9Lib::ComputeSurfaceLinearPadding
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp199 UINT_32 mipWidth, mipHeight; local in function:Addr::V2::Gfx10Lib::HwlComputeHtileInfo
201 GetMipSize(pIn->unalignedWidth, pIn->unalignedHeight, 1, i, &mipWidth, &mipHeight);
204 mipHeight = PowTwoAlign(mipHeight, metaBlk.h);
207 const UINT_32 heightInM = mipHeight / metaBlk.h;
318 UINT_32 mipWidth, mipHeight; local in function:Addr::V2::Gfx10Lib::HwlComputeCmaskInfo
320 GetMipSize(pIn->unalignedWidth, pIn->unalignedHeight, 1, i, &mipWidth, &mipHeight);
323 mipHeight = PowTwoAlign(mipHeight, metaBlk.h);
326 const UINT_32 heightInM = mipHeight / metaBl
462 UINT_32 mipWidth, mipHeight; local in function:Addr::V2::Gfx10Lib::HwlComputeDccInfo
3567 UINT_32 mipWidth, mipHeight; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceInfoMicroTiled
3689 UINT_32 mipWidth, mipHeight, mipDepth; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceInfoMacroTiled
3732 UINT_32 mipWidth, mipHeight; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceInfoMacroTiled
4743 UINT_32 mipWidth, mipHeight; local in function:Addr::V2::Gfx10Lib::HwlComputeSurfaceInfoLinear
[all...]
H A Dgfx10addrlib.h538 UINT_32 mipHeight,
542 (mipHeight <= mipTailDim.h) &&
534 IsInMipTail(Dim3d mipTailDim,UINT_32 maxNumMipsInTail,UINT_32 mipWidth,UINT_32 mipHeight,UINT_32 numMipsToTheEnd) const argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DTilingFunctions.h355 uint32_t mipHeight = baseHeight; local in function:ComputeLODOffsetY
366 uint32_t alignedMipHeight = GFX_ALIGN(mipHeight, vAlign);
368 mipHeight = std::max<uint32_t>(mipHeight >> 1, 1U);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A DTilingFunctions.h356 uint32_t mipHeight = baseHeight; local in function:ComputeLODOffsetY
367 uint32_t alignedMipHeight = GFX_ALIGN(mipHeight, vAlign);
369 mipHeight = std::max<uint32_t>(mipHeight >> 1, 1U);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp587 UINT_32 mipHeight = Max(1u, pIn->height >> i); local in function:Addr::V1::EgBasedLib::ComputeSurfaceInfoMacroTiled
593 mipHeight,
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp586 UINT_32 mipHeight = Max(1u, pIn->height >> i); local in function:Addr::V1::EgBasedLib::ComputeSurfaceInfoMacroTiled
592 mipHeight,

Completed in 24 milliseconds