Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp322 bool unresolveStencil, in GetUnresolveFlags()
729 bool unresolveStencil, in InsertPreamble()
798 bool unresolveStencil, in InsertDepthStencilDecorations()
941 bool unresolveStencil, in InsertDepthStencilVariableDecl()
999 bool unresolveStencil, in InsertDepthStencilUnresolveLoadStore()
1056 bool unresolveStencil, in MakeFragShader()
1116 bool unresolveStencil, in GetUnresolveFrag()
DFramebufferVk.cpp3503 const bool unresolveStencil = stencilLoadOp == vk::RenderPassLoadOp::Load; in startNewRenderPass() local
3558 const bool unresolveStencil = mRenderPassDesc.hasStencilUnresolveAttachment(); in startNewRenderPass() local
DUtilsVk.h199 bool unresolveStencil; member