Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp383 const d3d11::Format &depthBufferFormatInfo = in resetOffscreenDepthBuffer() local
389 depthStencilTextureDesc.Format = depthBufferFormatInfo.texFormat; in resetOffscreenDepthBuffer()
411 depthBufferFormatInfo.srvFormat != DXGI_FORMAT_UNKNOWN && in resetOffscreenDepthBuffer()
423 displayD3D, depthStencilTextureDesc, depthBufferFormatInfo, &mDepthStencilTexture); in resetOffscreenDepthBuffer()
434 depthStencilDesc.Format = depthBufferFormatInfo.dsvFormat; in resetOffscreenDepthBuffer()
448 depthStencilSRVDesc.Format = depthBufferFormatInfo.srvFormat; in resetOffscreenDepthBuffer()