Searched refs:bcWidth (Results 1 – 4 of 4) sorted by relevance
63 static const uint32_t bcWidth{1};89 static const uint32_t bcWidth{1};112 static const uint32_t bcWidth{1};135 static const uint32_t bcWidth{1};157 static const uint32_t bcWidth{1};186 static const uint32_t bcWidth{1};215 static const uint32_t bcWidth{1};244 static const uint32_t bcWidth{1};273 static const uint32_t bcWidth{1};296 static const uint32_t bcWidth{1};[all …]
280 hAlign *= info.bcWidth;292 offset /= info.bcWidth;321 hAlign *= info.bcWidth;329 curWidth /= info.bcWidth;
251 uint32_t bcWidth; member
2323 UINT_32 bcWidth, bcHeight; in HwlComputeNonBlockCompressedView() local2324 UINT_32 bpp = GetElemLib()->GetBitsPerPixel(pIn->format, NULL, &bcWidth, &bcHeight); in HwlComputeNonBlockCompressedView()2331 infoIn.width = PowTwoAlign(pIn->width, bcWidth) / bcWidth; in HwlComputeNonBlockCompressedView()2384 …const UINT_32 requestMipWidth = PowTwoAlign(Max(pIn->width >> pIn->mipId, 1u), bcWidth) / bcWidth; in HwlComputeNonBlockCompressedView()2436 PowTwoAlign(Max(pIn->width >> (pIn->mipId - 1), 1u), bcWidth) / bcWidth; in HwlComputeNonBlockCompressedView()