Searched refs:unresolveStencil (Results 1 – 3 of 3) sorted by relevance
324 bool unresolveStencil, in GetUnresolveFlags() argument358 if (unresolveStencil) in GetUnresolveFlags()761 bool unresolveStencil, in InsertPreamble() argument766 if (unresolveStencil) in InsertPreamble()785 if (unresolveStencil) in InsertPreamble()830 bool unresolveStencil, in InsertDepthStencilDecorations() argument836 if (unresolveStencil && supportsShaderStencilExport) in InsertDepthStencilDecorations()866 if (unresolveDepth || unresolveStencil) in InsertDepthStencilDecorations()973 bool unresolveStencil, in InsertDepthStencilVariableDecl() argument982 if (unresolveStencil) in InsertDepthStencilVariableDecl()[all …]
3612 const bool unresolveStencil = stencilLoadOp == vk::RenderPassLoadOp::Load; in startNewRenderPass() local3619 if (unresolveStencil) in startNewRenderPass()3635 if (unresolveDepth || unresolveStencil) in startNewRenderPass()3641 if (unresolveStencil) in startNewRenderPass()3665 const bool unresolveStencil = mRenderPassDesc.hasStencilUnresolveAttachment(); in startNewRenderPass() local3668 previousUnresolveStencil != unresolveStencil; in startNewRenderPass()3708 const bool anyUnresolve = unresolveColorMask.any() || unresolveDepth || unresolveStencil; in startNewRenderPass()3715 params.unresolveStencil = unresolveStencil; in startNewRenderPass()
218 bool unresolveStencil; member