Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h189 bool hasDepthStencilUnresolveAttachment() const { return mUnresolveDepth || mUnresolveStencil; } in hasDepthStencilUnresolveAttachment()
190 bool hasDepthUnresolveAttachment() const { return mUnresolveDepth; } in hasDepthUnresolveAttachment()
238 uint8_t mUnresolveDepth : 1; variable
Dvk_cache_utils.cpp1475 mUnresolveDepth = unresolveDepth; in packDepthStencilUnresolveAttachment()
1481 mUnresolveDepth = false; in removeDepthStencilUnresolveAttachment()