Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp324 bool unresolveStencil, in GetUnresolveFlags() argument
358 if (unresolveStencil) in GetUnresolveFlags()
761 bool unresolveStencil, in InsertPreamble() argument
766 if (unresolveStencil) in InsertPreamble()
785 if (unresolveStencil) in InsertPreamble()
830 bool unresolveStencil, in InsertDepthStencilDecorations() argument
836 if (unresolveStencil && supportsShaderStencilExport) in InsertDepthStencilDecorations()
866 if (unresolveDepth || unresolveStencil) in InsertDepthStencilDecorations()
973 bool unresolveStencil, in InsertDepthStencilVariableDecl() argument
982 if (unresolveStencil) in InsertDepthStencilVariableDecl()
[all …]
DFramebufferVk.cpp3612 const bool unresolveStencil = stencilLoadOp == vk::RenderPassLoadOp::Load; in startNewRenderPass() local
3619 if (unresolveStencil) in startNewRenderPass()
3635 if (unresolveDepth || unresolveStencil) in startNewRenderPass()
3641 if (unresolveStencil) in startNewRenderPass()
3665 const bool unresolveStencil = mRenderPassDesc.hasStencilUnresolveAttachment(); in startNewRenderPass() local
3668 previousUnresolveStencil != unresolveStencil; in startNewRenderPass()
3708 const bool anyUnresolve = unresolveColorMask.any() || unresolveDepth || unresolveStencil; in startNewRenderPass()
3715 params.unresolveStencil = unresolveStencil; in startNewRenderPass()
DUtilsVk.h218 bool unresolveStencil; member