Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h281 bool hasColorFramebufferFetch() const in hasColorFramebufferFetch() function
2181 bool hasColorFramebufferFetch() const { return mHasColorFramebufferFetch; } in hasColorFramebufferFetch() function
DFramebufferVk.cpp3905 bool hasColorFramebufferFetch) in switchToColorFramebufferFetchMode()
DContextVk.cpp5425 const bool hasColorFramebufferFetch = in invalidateProgramExecutableHelper() local
9097 angle::Result ContextVk::switchToColorFramebufferFetchMode(bool hasColorFramebufferFetch) in switchToColorFramebufferFetchMode()
Dvk_cache_utils.cpp2729 const bool hasColorFramebufferFetch = executable->usesColorFramebufferFetch(); in GetProgramFramebufferFetchMode() local
5430 void FramebufferDesc::setColorFramebufferFetchMode(bool hasColorFramebufferFetch) in setColorFramebufferFetchMode()