Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp321 bool unresolveDepth, in GetUnresolveFlags()
728 bool unresolveDepth, in InsertPreamble()
797 void InsertDepthStencilDecorations(bool unresolveDepth, in InsertDepthStencilDecorations()
940 void InsertDepthStencilVariableDecl(bool unresolveDepth, in InsertDepthStencilVariableDecl()
998 void InsertDepthStencilUnresolveLoadStore(bool unresolveDepth, in InsertDepthStencilUnresolveLoadStore()
1055 bool unresolveDepth, in MakeFragShader()
1115 bool unresolveDepth, in GetUnresolveFrag()
DFramebufferVk.cpp3502 const bool unresolveDepth = depthLoadOp == vk::RenderPassLoadOp::Load; in startNewRenderPass() local
3557 const bool unresolveDepth = mRenderPassDesc.hasDepthUnresolveAttachment(); in startNewRenderPass() local
DUtilsVk.h198 bool unresolveDepth; member