Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h247 bool hasStencilResolveAttachment() const { return mResolveStencil; } in hasStencilResolveAttachment() function
Dvk_helpers.cpp2933 bool hasStencilResolveAttachment = mRenderPassDesc.hasStencilResolveAttachment(); in finalizeDepthStencilLoadStore() local