Home
last modified time | relevance | path

Searched defs:hasColorFramebufferFetch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h278 bool hasColorFramebufferFetch() const in hasColorFramebufferFetch() function
2084 bool hasColorFramebufferFetch() const { return mHasColorFramebufferFetch; } in hasColorFramebufferFetch() function
H A DFramebufferVk.cpp3869 bool hasColorFramebufferFetch) in switchToColorFramebufferFetchMode()
H A DContextVk.cpp5499 const bool hasColorFramebufferFetch = in invalidateProgramExecutableHelper() local
9078 angle::Result ContextVk::switchToColorFramebufferFetchMode(bool hasColorFramebufferFetch) in switchToColorFramebufferFetchMode()
H A Dvk_cache_utils.cpp2779 const bool hasColorFramebufferFetch = executable->usesColorFramebufferFetch(); in GetProgramFramebufferFetchMode() local
5401 void FramebufferDesc::setColorFramebufferFetchMode(bool hasColorFramebufferFetch) in setColorFramebufferFetchMode()