Searched refs:ShiftCeil (Results 1 – 2 of 2) sorted by relevance
381 *pMipWidth = ShiftCeil(Max(mip0Width, 1u), mipId);382 *pMipHeight = ShiftCeil(Max(mip0Height, 1u), mipId);386 *pMipDepth = ShiftCeil(Max(mip0Depth, 1u), mipId);
958 static inline UINT_32 ShiftCeil( in ShiftCeil() function