Searched refs:NextPow2 (Results 1 – 4 of 4) sorted by relevance
3238 *pSlices = NextPow2(*pSlices); in PadDimensions()3290 expPitch = NextPow2(expPitch); in HwlPreHandleBaseLvl3xPitch()3635 pIn->width = NextPow2(pIn->width); in PostComputeMipLevel()3636 pIn->height = NextPow2(pIn->height); in PostComputeMipLevel()3637 pIn->numSlices = NextPow2(pIn->numSlices); in PostComputeMipLevel()3641 pIn->width = NextPow2(pIn->width); in PostComputeMipLevel()3642 pIn->height = NextPow2(pIn->height); in PostComputeMipLevel()3646 pIn->numSlices = NextPow2(pIn->numSlices); in PostComputeMipLevel()
413 static inline UINT_32 NextPow2( in NextPow2() function
552 paddedHeight * NextPow2(pIn->bpp) * numSamples); in ComputeSurfaceInfoMacroTiled()1046 bytesPerTile = BITS_TO_BYTES(MicroTilePixels * microTileThickness * NextPow2(bpp) * numSamples); in ComputeSurfaceMipLevelTileMode()
2266 nextHeight = NextPow2(nextHeight); in HwlCheckLastMacroTiledLvl()