Searched refs:mipDepth (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp460 UINT_32 mipDepth = mip0Depth; local in function:Addr::V2::Gfx9Lib::GetMetaMipInfo
475 mipDepth = PowTwoAlign(mipDepth, pMetaBlkDim->d);
483 pInfo[mip].depth = dataThick ? mipDepth : 1;
496 mipCoord.d += mipDepth;
522 mipDepth = Max(mipDepth >> 1, 1u);
526 ((dataThick == FALSE) || (mipDepth <= tailDepth)));
4126 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; local in function:Addr::V2::Gfx9Lib::GetMipChainInfo
4144 mipSize = mipPitch * mipHeight * mipDepth * (bp
4252 UINT_32 mipDepth = pMetaBlkDim->d; local in function:Addr::V2::Gfx9Lib::GetMetaMiptailInfo
4848 UINT_32 mipDepth = (pIn->resourceType == ADDR_RSRC_TEX_3D) ? pIn->numSlices : 1; local in function:Addr::V2::Gfx9Lib::ComputeSurfaceLinearPadding
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp498 UINT_32 mipDepth = mip0Depth; local in function:Addr::V2::Gfx9Lib::GetMetaMipInfo
513 mipDepth = PowTwoAlign(mipDepth, pMetaBlkDim->d);
521 pInfo[mip].depth = dataThick ? mipDepth : 1;
534 mipCoord.d += mipDepth;
560 mipDepth = Max(mipDepth >> 1, 1u);
564 ((dataThick == FALSE) || (mipDepth <= tailDepth)));
4432 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; local in function:Addr::V2::Gfx9Lib::GetMipChainInfo
4450 mipSize = mipPitch * mipHeight * mipDepth * (bp
4558 UINT_32 mipDepth = pMetaBlkDim->d; local in function:Addr::V2::Gfx9Lib::GetMetaMiptailInfo
5154 UINT_32 mipDepth = (pIn->resourceType == ADDR_RSRC_TEX_3D) ? pIn->numSlices : 1; local in function:Addr::V2::Gfx9Lib::ComputeSurfaceLinearPadding
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp3689 UINT_32 mipWidth, mipHeight, mipDepth; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceInfoMacroTiled
3691 GetMipSize(mip0Width, mip0Height, mip0Depth, i, &mipWidth, &mipHeight, &mipDepth);
3703 const UINT_32 depth = PowTwoAlign(mipDepth, pOut->blockSlices);
4734 const UINT_32 mipDepth = (pIn->resourceType == ADDR_RSRC_TEX_3D) ? pIn->numSlices : 1; local in function:Addr::V2::Gfx10Lib::HwlComputeSurfaceInfoLinear
4753 pOut->pMipInfo[i].depth = mipDepth;
4774 pOut->pMipInfo[0].depth = mipDepth;

Completed in 198 milliseconds