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