Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h242 bool hasDepthStencilResolveAttachment() const { return mResolveDepth || mResolveStencil; } in hasDepthStencilResolveAttachment()
243 bool hasDepthResolveAttachment() const { return mResolveDepth; } in hasDepthResolveAttachment()
346 uint8_t mResolveDepth : 1; variable
H A Dvk_cache_utils.cpp2908 mResolveDepth = true; in packDepthResolveAttachment()