Home
last modified time | relevance | path

Searched defs:hasDepthResolveAttachment (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h243 bool hasDepthResolveAttachment() const { return mResolveDepth; } in hasDepthResolveAttachment() function
H A Dvk_helpers.cpp2835 bool hasDepthResolveAttachment = mRenderPassDesc.hasDepthResolveAttachment(); in finalizeDepthStencilLoadStore() local