Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp1585 CheckedNumeric<GLuint> checkedBlockWidth(compressedBlockWidth); in computeCompressedImageSize() local
1591 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()