Searched refs:mipDepthInBlk (Results 1 – 1 of 1) sorted by relevance
4476 UINT_32 mipDepthInBlk = depth / blockDepth; in GetMipStartPos() local4481 mipDepthInBlk); in GetMipStartPos()4510 mipStartPos.d += mipDepthInBlk; in GetMipStartPos()4523 (mipWidthInBlk <= 2) && (mipHeightInBlk == 1) && (mipDepthInBlk <= 2); in GetMipStartPos()4528 (mipWidthInBlk == 1) && (mipHeightInBlk <= 2) && (mipDepthInBlk <= 2); in GetMipStartPos()4533 (mipWidthInBlk <= 2) && (mipHeightInBlk <= 2) && (mipDepthInBlk == 1); in GetMipStartPos()4556 mipDepthInBlk = RoundHalf(mipDepthInBlk); in GetMipStartPos()