Home
last modified time | relevance | path

Searched refs:setColorFramebufferFetchMode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h2083 void setColorFramebufferFetchMode(bool hasColorFramebufferFetch);
H A DFramebufferVk.cpp3881 mCurrentFramebufferDesc.setColorFramebufferFetchMode(hasColorFramebufferFetch); in switchToColorFramebufferFetchMode()
H A Dvk_cache_utils.cpp5401 void FramebufferDesc::setColorFramebufferFetchMode(bool hasColorFramebufferFetch) in setColorFramebufferFetchMode() function in rx::vk::FramebufferDesc