Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp330 GLuint outputBlockHeight = dxgiFormatInfo.blockHeight; in loadCompressedData() local
333 ASSERT(area.y % outputBlockHeight == 0); in loadCompressedData()
345 ((area.y / outputBlockHeight) * mappedImage.RowPitch + in loadCompressedData()