Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h752 bool isInFramebufferFetchMode() const { return mIsInFramebufferFetchMode; } in isInFramebufferFetchMode()
1574 bool mIsInFramebufferFetchMode; variable
DContextVk.cpp881 mIsInFramebufferFetchMode(false),
5222 if (mIsInFramebufferFetchMode != hasFramebufferFetch) in invalidateProgramExecutableHelper()
5225 mIsInFramebufferFetchMode); in invalidateProgramExecutableHelper()
5567 drawFramebufferVk->switchToFramebufferFetchMode(this, mIsInFramebufferFetchMode); in syncState()
8380 if (getFeatures().permanentlySwitchToFramebufferFetchMode.enabled && mIsInFramebufferFetchMode) in switchToFramebufferFetchMode()
8385 ASSERT(mIsInFramebufferFetchMode != hasFramebufferFetch); in switchToFramebufferFetchMode()
8386 mIsInFramebufferFetchMode = hasFramebufferFetch; in switchToFramebufferFetchMode()
8399 getDrawFramebuffer()->switchToFramebufferFetchMode(this, mIsInFramebufferFetchMode); in switchToFramebufferFetchMode()