Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp684 mCurPresentPathFastEnabled(false), in StateManager11()
859 if ((mCurPresentPathFastEnabled != presentPathFastActive) || in checkPresentPath()
862 mCurPresentPathFastEnabled = presentPathFastActive; in checkPresentPath()
1341 if (mCurPresentPathFastEnabled) in syncRasterizerState()
1386 if (mCurPresentPathFastEnabled) in syncScissorRectangle()
1449 if (mCurPresentPathFastEnabled) in syncViewport()
1499 mShaderConstants.onViewportChange(viewport, adjustViewport, is9_3, mCurPresentPathFastEnabled); in syncViewport()
DStateManager11.h505 bool mCurPresentPathFastEnabled; variable