Searched refs:mipHeight (Results 1 – 3 of 3) sorted by relevance
452 UINT_32 mipHeight = mip0Height; in GetMetaMipInfo() local467 mipHeight = PowTwoAlign(mipHeight, pMetaBlkDim->h); in GetMetaMipInfo()475 pInfo[mip].height = mipHeight; in GetMetaMipInfo()486 mipCoord.h += mipHeight; in GetMetaMipInfo()500 mipCoord.h += mipHeight; in GetMetaMipInfo()506 mipCoord.h += mipHeight; in GetMetaMipInfo()514 mipHeight = Max(mipHeight >> 1, 1u); in GetMetaMipInfo()518 (mipHeight <= tailHeight) && in GetMetaMipInfo()4169 UINT_32 mipHeight = mip0Height; in GetMipChainInfo() local4188 mipSize = mipPitch * mipHeight * mipDepth * (bpp >> 3); in GetMipChainInfo()[all …]
357 uint32_t mipHeight = baseHeight;368 uint32_t alignedMipHeight = GFX_ALIGN(mipHeight, vAlign);370 mipHeight = std::max<uint32_t>(mipHeight >> 1, 1U);
585 UINT_32 mipHeight = Max(1u, pIn->height >> i); in ComputeSurfaceInfoMacroTiled() local591 mipHeight, in ComputeSurfaceInfoMacroTiled()