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()
701 bool unresolveDepth, in InsertPreamble()
770 void InsertDepthStencilDecorations(bool unresolveDepth, in InsertDepthStencilDecorations()
913 void InsertDepthStencilVariableDecl(bool unresolveDepth, in InsertDepthStencilVariableDecl()
971 void InsertDepthStencilUnresolveLoadStore(bool unresolveDepth, in InsertDepthStencilUnresolveLoadStore()
1028 bool unresolveDepth, in MakeFragShader()
1088 bool unresolveDepth, in GetUnresolveFrag()
DFramebufferVk.cpp2988 const bool unresolveDepth = depthLoadOp == vk::RenderPassLoadOp::Load; in startNewRenderPass() local
3037 const bool unresolveDepth = mRenderPassDesc.hasDepthUnresolveAttachment(); in startNewRenderPass() local
DUtilsVk.h198 bool unresolveDepth; member
Dvk_cache_utils.cpp2796 void RenderPassDesc::packDepthStencilUnresolveAttachment(bool unresolveDepth, bool unresolveStencil) in packDepthStencilUnresolveAttachment()