Searched refs:unresolveDepth (Results 1 – 5 of 5) sorted by relevance
313 bool unresolveDepth, in GetUnresolveFlags() argument343 if (unresolveDepth) in GetUnresolveFlags()618 bool unresolveDepth, in InsertPreamble() argument639 if (unresolveDepth) in InsertPreamble()652 if (unresolveDepth) in InsertPreamble()684 bool unresolveDepth, in InsertDepthStencilDecorations() argument688 if (unresolveDepth) in InsertDepthStencilDecorations()810 void InsertDepthStencilVariableDecl(bool unresolveDepth, in InsertDepthStencilVariableDecl() argument814 if (unresolveDepth) in InsertDepthStencilVariableDecl()868 void InsertDepthStencilUnresolveLoadStore(bool unresolveDepth, in InsertDepthStencilUnresolveLoadStore() argument[all …]
2611 const bool unresolveDepth = depthLoadOp == vk::RenderPassLoadOp::Load; in startNewRenderPass() local2615 if (unresolveDepth) in startNewRenderPass()2625 if (unresolveDepth || unresolveStencil) in startNewRenderPass()2627 mRenderPassDesc.packDepthStencilUnresolveAttachment(unresolveDepth, in startNewRenderPass()2648 const bool unresolveDepth = mRenderPassDesc.hasDepthUnresolveAttachment(); in startNewRenderPass() local2651 previousUnresolveDepth != unresolveDepth || in startNewRenderPass()2695 const bool anyUnresolve = unresolveColorMask.any() || unresolveDepth || unresolveStencil; in startNewRenderPass()2701 params.unresolveDepth = unresolveDepth; in startNewRenderPass()
198 bool unresolveDepth; member
680 bool unresolveDepth, in CreateRenderPass2() argument728 if (unresolveDepth) in CreateRenderPass2()1493 void RenderPassDesc::packDepthStencilUnresolveAttachment(bool unresolveDepth, bool unresolveStencil) in packDepthStencilUnresolveAttachment() argument1497 mUnresolveDepth = unresolveDepth; in packDepthStencilUnresolveAttachment()
160 void packDepthStencilUnresolveAttachment(bool unresolveDepth, bool unresolveStencil);