Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp910 mIsInColorFramebufferFetchMode(false),
5519 if (mIsInColorFramebufferFetchMode != hasColorFramebufferFetch) in invalidateProgramExecutableHelper()
5522 mIsInColorFramebufferFetchMode); in invalidateProgramExecutableHelper()
5878 this, mIsInColorFramebufferFetchMode); in syncState()
9084 mIsInColorFramebufferFetchMode) in switchToColorFramebufferFetchMode()
9089 ASSERT(mIsInColorFramebufferFetchMode != hasColorFramebufferFetch); in switchToColorFramebufferFetchMode()
9090 mIsInColorFramebufferFetchMode = hasColorFramebufferFetch; in switchToColorFramebufferFetchMode()
9104 mIsInColorFramebufferFetchMode); in switchToColorFramebufferFetchMode()
H A DContextVk.h808 return mIsInColorFramebufferFetchMode; in isInColorFramebufferFetchMode()
1688 bool mIsInColorFramebufferFetchMode; variable