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.h187 bool hasDepthStencilUnresolveAttachment() const { return mUnresolveDepth || mUnresolveStencil; } in hasDepthStencilUnresolveAttachment()
188 bool hasDepthUnresolveAttachment() const { return mUnresolveDepth; } in hasDepthUnresolveAttachment()
240 uint8_t mUnresolveDepth : 1; variable
Dvk_cache_utils.cpp2800 mUnresolveDepth = unresolveDepth; in packDepthStencilUnresolveAttachment()
2806 mUnresolveDepth = false; in removeDepthStencilUnresolveAttachment()