Home
last modified time | relevance | path

Searched refs:bcHeight (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_traits.h64 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 …]
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h252 uint32_t bcHeight; member
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DTilingFunctions.h362 vAlign *= info.bcHeight;
374 offset /= info.bcHeight;
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp2323 UINT_32 bcWidth, bcHeight; in HwlComputeNonBlockCompressedView() local
2324 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()