Searched refs:checkedBlockWidth (Results 1 – 1 of 1) sorted by relevance
1585 CheckedNumeric<GLuint> checkedBlockWidth(compressedBlockWidth); in computeCompressedImageSize() local1591 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize()