Home
last modified time | relevance | path

Searched refs:packDepthStencilUnresolveAttachment (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h163 void packDepthStencilUnresolveAttachment(bool unresolveDepth, bool unresolveStencil);
DFramebufferVk.cpp2603 mRenderPassDesc.packDepthStencilUnresolveAttachment(unresolveDepth, in startNewRenderPass()
Dvk_cache_utils.cpp1471 void RenderPassDesc::packDepthStencilUnresolveAttachment(bool unresolveDepth, bool unresolveStencil) in packDepthStencilUnresolveAttachment() function in rx::vk::RenderPassDesc