Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTextureStorage11.cpp558 const d3d11::DXGIFormatSize &dxgiFormatSizeInfo = in updateSubresourceLevel() local
572 copyArea.x + roundUp(static_cast<UINT>(copyArea.width), dxgiFormatSizeInfo.blockWidth); in updateSubresourceLevel()
574 copyArea.y + roundUp(static_cast<UINT>(copyArea.height), dxgiFormatSizeInfo.blockHeight); in updateSubresourceLevel()