Searched refs:numBlocksWide (Results 1 – 2 of 2) sorted by relevance
780 GLuint numBlocksWide = (width + d3dFormatInfo.blockWidth - 1) / d3dFormatInfo.blockWidth; in ComputeBlockSize() local782 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()
1316 auto numBlocksWide = (checkedWidth + checkedBlockWidth - 1u) / checkedBlockWidth; in computeCompressedImageSize() local1318 auto bytes = numBlocksWide * numBlocksHigh * pixelBytes * checkedDepth; in computeCompressedImageSize()