Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h2084 bool hasColorFramebufferFetch() const { return mHasColorFramebufferFetch; } in hasColorFramebufferFetch()
2111 uint16_t mHasColorFramebufferFetch : 1; variable
H A Dvk_cache_utils.cpp5345 mHasColorFramebufferFetch << 26 ^ mIsRenderToTexture << 25 ^ mLayerCount << 16 ^ in hash()
5352 mHasColorFramebufferFetch = false; in reset()
5367 mHasColorFramebufferFetch != other.mHasColorFramebufferFetch || in operator ==()
5403 SetBitField(mHasColorFramebufferFetch, hasColorFramebufferFetch); in setColorFramebufferFetchMode()