Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp804 GLuint numBlocksHight = (height + d3dFormatInfo.blockHeight - 1) / d3dFormatInfo.blockHeight; in ComputeBlockSize() local
805 return (d3dFormatInfo.pixelBytes * numBlocksWide * numBlocksHight); in ComputeBlockSize()