Searched refs:RoundUpQuotient (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrcommon.h | 458 static inline UINT_32 RoundUpQuotient( in RoundUpQuotient() function 474 static inline UINT_64 RoundUpQuotient( in RoundUpQuotient() function
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 2352 infoIn.width = RoundUpQuotient(pIn->width, bcWidth); in HwlComputeNonBlockCompressedView() 2353 infoIn.height = RoundUpQuotient(pIn->height, bcHeight); in HwlComputeNonBlockCompressedView() 2405 … const UINT_32 requestMipWidth = RoundUpQuotient(Max(pIn->width >> pIn->mipId, 1u), bcWidth); in HwlComputeNonBlockCompressedView() 2406 … const UINT_32 requestMipHeight = RoundUpQuotient(Max(pIn->height >> pIn->mipId, 1u), bcHeight); in HwlComputeNonBlockCompressedView() 2456 … const UINT_32 upperMipWidth = RoundUpQuotient(Max(pIn->width >> (pIn->mipId - 1), 1u), bcWidth); in HwlComputeNonBlockCompressedView() 2457 …const UINT_32 upperMipHeight = RoundUpQuotient(Max(pIn->height >> (pIn->mipId - 1), 1u), bcHeight); in HwlComputeNonBlockCompressedView()
|