Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp855 const bool presentPathFastActive = UsePresentPathFast(mRenderer, firstColorAttachment); in checkPresentPath() local
859 if ((mCurPresentPathFastEnabled != presentPathFastActive) || in checkPresentPath()
860 (presentPathFastActive && (colorBufferHeight != mCurPresentPathFastColorBufferHeight))) in checkPresentPath()
862 mCurPresentPathFastEnabled = presentPathFastActive; in checkPresentPath()