Searched refs:mipDepth (Results 1 – 1 of 1) sorted by relevance
453 UINT_32 mipDepth = mip0Depth; in GetMetaMipInfo() local468 mipDepth = PowTwoAlign(mipDepth, pMetaBlkDim->d); in GetMetaMipInfo()476 pInfo[mip].depth = dataThick ? mipDepth : 1; in GetMetaMipInfo()489 mipCoord.d += mipDepth; in GetMetaMipInfo()515 mipDepth = Max(mipDepth >> 1, 1u); in GetMetaMipInfo()519 ((dataThick == FALSE) || (mipDepth <= tailDepth))); in GetMetaMipInfo()4170 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; in GetMipChainInfo() local4188 mipSize = mipPitch * mipHeight * mipDepth * (bpp >> 3); in GetMipChainInfo()4203 mipDepth = Block256_3dZ[index].d; in GetMipChainInfo()4218 mipPitch, mipHeight, mipDepth); in GetMipChainInfo()[all …]