Home
last modified time | relevance | path

Searched defs:unresolveDepth (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp320 bool unresolveDepth, in GetUnresolveFlags()
626 bool unresolveDepth, in InsertPreamble()
692 bool unresolveDepth, in InsertDepthStencilDecorations()
818 void InsertDepthStencilVariableDecl(bool unresolveDepth, in InsertDepthStencilVariableDecl()
876 void InsertDepthStencilUnresolveLoadStore(bool unresolveDepth, in InsertDepthStencilUnresolveLoadStore()
933 bool unresolveDepth, in MakeFragShader()
989 bool unresolveDepth, in GetUnresolveFrag()
DFramebufferVk.cpp2587 const bool unresolveDepth = depthLoadOp == VK_ATTACHMENT_LOAD_OP_LOAD; in startNewRenderPass() local
2624 const bool unresolveDepth = mRenderPassDesc.hasDepthUnresolveAttachment(); in startNewRenderPass() local
DUtilsVk.h185 bool unresolveDepth; member
Dvk_cache_utils.cpp651 bool unresolveDepth, in CreateRenderPass2()
1471 void RenderPassDesc::packDepthStencilUnresolveAttachment(bool unresolveDepth, bool unresolveStencil) in packDepthStencilUnresolveAttachment()