Home
last modified time | relevance | path

Searched defs:numBlocksHigh (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp1847 auto numBlocksHigh = (checkedHeight + checkedBlockHeight - 1u) / checkedBlockHeight; in computeCompressedImageDepthPitch() local
1893 auto numBlocksHigh = (checkedHeight + checkedBlockHeight - 1u) / checkedBlockHeight; in computeCompressedImageSize() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DExtHandler.cpp712 UInt32 numBlocksHigh; in Parse() local