Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp1551 CheckedNumeric<GLuint> checkedBlockHeight(compressedBlockHeight); in computeDepthPitch() local
1552 rowCount = (pixelsHeight + checkedBlockHeight - 1u) / checkedBlockHeight; in computeDepthPitch()
1586 CheckedNumeric<GLuint> checkedBlockHeight(compressedBlockHeight); in computeCompressedImageSize() local
1592 auto numBlocksHigh = (checkedHeight + checkedBlockHeight - 1u) / checkedBlockHeight; in computeCompressedImageSize()