Searched refs:bcHeight (Results 1 – 4 of 4) sorted by relevance
64 static const uint32_t bcHeight{1};90 static const uint32_t bcHeight{1};113 static const uint32_t bcHeight{1};136 static const uint32_t bcHeight{1};158 static const uint32_t bcHeight{1};187 static const uint32_t bcHeight{1};216 static const uint32_t bcHeight{1};245 static const uint32_t bcHeight{1};274 static const uint32_t bcHeight{1};297 static const uint32_t bcHeight{1};[all …]
252 uint32_t bcHeight; member
362 vAlign *= info.bcHeight;374 offset /= info.bcHeight;
2323 UINT_32 bcWidth, bcHeight; in HwlComputeNonBlockCompressedView() local2324 UINT_32 bpp = GetElemLib()->GetBitsPerPixel(pIn->format, NULL, &bcWidth, &bcHeight); in HwlComputeNonBlockCompressedView()2332 infoIn.height = PowTwoAlign(pIn->height, bcHeight) / bcHeight; in HwlComputeNonBlockCompressedView()2385 …st UINT_32 requestMipHeight = PowTwoAlign(Max(pIn->height >> pIn->mipId, 1u), bcHeight) / bcHeight; in HwlComputeNonBlockCompressedView()2438 PowTwoAlign(Max(pIn->height >> (pIn->mipId - 1), 1u), bcHeight) / bcHeight; in HwlComputeNonBlockCompressedView()