Searched refs:destSizeInfo (Results 1 – 1 of 1) sorted by relevance
1174 const auto &destSizeInfo = d3d11::GetDXGIFormatSizeInfo(destDXGIFormat); in copyDepthStencilImpl() local1175 unsigned int destPixelSize = destSizeInfo.pixelBytes; in copyDepthStencilImpl()