Home
last modified time | relevance | path

Searched refs:NextPow2 (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp3336 *pSlices = NextPow2(*pSlices); in PadDimensions()
3385 expPitch = NextPow2(expPitch); in HwlPreHandleBaseLvl3xPitch()
3845 pIn->width = NextPow2(pIn->width); in PostComputeMipLevel()
3846 pIn->height = NextPow2(pIn->height); in PostComputeMipLevel()
3847 pIn->numSlices = NextPow2(pIn->numSlices); in PostComputeMipLevel()
3851 pIn->width = NextPow2(pIn->width); in PostComputeMipLevel()
3852 pIn->height = NextPow2(pIn->height); in PostComputeMipLevel()
3856 pIn->numSlices = NextPow2(pIn->numSlices); in PostComputeMipLevel()
Daddrcommon.h490 static inline UINT_32 NextPow2( in NextPow2() function
/third_party/mesa3d/src/amd/addrlib/src/r800/
Degbaddrlib.cpp637 paddedHeight * NextPow2(pIn->bpp) * numSamples); in ComputeSurfaceInfoMacroTiled()
1102 bytesPerTile = BITS_TO_BYTES(MicroTilePixels * microTileThickness * NextPow2(bpp) * numSamples); in ComputeSurfaceMipLevelTileMode()
Dsiaddrlib.cpp2813 nextHeight = NextPow2(nextHeight); in HwlCheckLastMacroTiledLvl()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp2817 … const UINT_64 sizeAlignInElement = Max(NextPow2(pIn->minSizeAlign) / (fmaskBpp >> 3), 1u); in HwlGetPreferredSurfaceSetting()
3125 … const UINT_64 sizeAlignInElement = Max(NextPow2(pIn->minSizeAlign) / (bpp >> 3), 1u); in HwlGetPreferredSurfaceSetting()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp288 static inline UINT NextPow2(UINT v) in NextPow2() function
299 static inline uint64_t NextPow2(uint64_t v) in NextPow2() function
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp2632 … const UINT_64 sizeAlignInElement = Max(NextPow2(pIn->minSizeAlign) / (bpp >> 3), 1u); in HwlGetPreferredSurfaceSetting()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp3768 … const UINT_64 sizeAlignInElement = Max(NextPow2(pIn->minSizeAlign) / (bpp >> 3), 1u); in HwlGetPreferredSurfaceSetting()