Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp121 ANGLE_TRY(contextVk->switchToColorFramebufferFetchMode(true)); in getResult()
H A DFramebufferVk.h131 void switchToColorFramebufferFetchMode(ContextVk *contextVk, bool hasColorFramebufferFetch);
H A DContextVk.cpp5524 ANGLE_TRY(switchToColorFramebufferFetchMode(hasColorFramebufferFetch)); in invalidateProgramExecutableHelper()
5877 drawFramebufferVk->switchToColorFramebufferFetchMode( in syncState()
9078 angle::Result ContextVk::switchToColorFramebufferFetchMode(bool hasColorFramebufferFetch) in switchToColorFramebufferFetchMode() function in rx::ContextVk
9103 getDrawFramebuffer()->switchToColorFramebufferFetchMode(this, in switchToColorFramebufferFetchMode()
H A DContextVk.h804 angle::Result switchToColorFramebufferFetchMode(bool hasColorFramebufferFetch);
H A DFramebufferVk.cpp3868 void FramebufferVk::switchToColorFramebufferFetchMode(ContextVk *contextVk, in switchToColorFramebufferFetchMode() function in rx::FramebufferVk