Searched refs:NextPow2 (Results 1 – 6 of 6) sorted by relevance
102 int64_t NextPow2(int64_t v) { in NextPow2() function128 EXPECT_LE(est.EstimateBdp(), GPR_MAX(65536, 2 * NextPow2(max))) in TEST_P()
3328 *pSlices = NextPow2(*pSlices); in PadDimensions()3377 expPitch = NextPow2(expPitch); in HwlPreHandleBaseLvl3xPitch()3838 pIn->width = NextPow2(pIn->width); in PostComputeMipLevel()3839 pIn->height = NextPow2(pIn->height); in PostComputeMipLevel()3840 pIn->numSlices = NextPow2(pIn->numSlices); in PostComputeMipLevel()3844 pIn->width = NextPow2(pIn->width); in PostComputeMipLevel()3845 pIn->height = NextPow2(pIn->height); in PostComputeMipLevel()3849 pIn->numSlices = NextPow2(pIn->numSlices); in PostComputeMipLevel()
433 static inline UINT_32 NextPow2( in NextPow2() function
637 paddedHeight * NextPow2(pIn->bpp) * numSamples); in ComputeSurfaceInfoMacroTiled()1105 bytesPerTile = BITS_TO_BYTES(MicroTilePixels * microTileThickness * NextPow2(bpp) * numSamples); in ComputeSurfaceMipLevelTileMode()
2781 nextHeight = NextPow2(nextHeight); in HwlCheckLastMacroTiledLvl()
3226 UINT_32 minSizeAlign = NextPow2(pIn->minSizeAlign); in HwlGetPreferredSurfaceSetting()