Home
last modified time | relevance | path

Searched refs:unresolveDepth (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp313 bool unresolveDepth, in GetUnresolveFlags() argument
343 if (unresolveDepth) in GetUnresolveFlags()
618 bool unresolveDepth, in InsertPreamble() argument
639 if (unresolveDepth) in InsertPreamble()
652 if (unresolveDepth) in InsertPreamble()
684 bool unresolveDepth, in InsertDepthStencilDecorations() argument
688 if (unresolveDepth) in InsertDepthStencilDecorations()
810 void InsertDepthStencilVariableDecl(bool unresolveDepth, in InsertDepthStencilVariableDecl() argument
814 if (unresolveDepth) in InsertDepthStencilVariableDecl()
868 void InsertDepthStencilUnresolveLoadStore(bool unresolveDepth, in InsertDepthStencilUnresolveLoadStore() argument
[all …]
DFramebufferVk.cpp2611 const bool unresolveDepth = depthLoadOp == vk::RenderPassLoadOp::Load; in startNewRenderPass() local
2615 if (unresolveDepth) in startNewRenderPass()
2625 if (unresolveDepth || unresolveStencil) in startNewRenderPass()
2627 mRenderPassDesc.packDepthStencilUnresolveAttachment(unresolveDepth, in startNewRenderPass()
2648 const bool unresolveDepth = mRenderPassDesc.hasDepthUnresolveAttachment(); in startNewRenderPass() local
2651 previousUnresolveDepth != unresolveDepth || in startNewRenderPass()
2695 const bool anyUnresolve = unresolveColorMask.any() || unresolveDepth || unresolveStencil; in startNewRenderPass()
2701 params.unresolveDepth = unresolveDepth; in startNewRenderPass()
DUtilsVk.h198 bool unresolveDepth; member
Dvk_cache_utils.cpp680 bool unresolveDepth, in CreateRenderPass2() argument
728 if (unresolveDepth) in CreateRenderPass2()
1493 void RenderPassDesc::packDepthStencilUnresolveAttachment(bool unresolveDepth, bool unresolveStencil) in packDepthStencilUnresolveAttachment() argument
1497 mUnresolveDepth = unresolveDepth; in packDepthStencilUnresolveAttachment()
Dvk_cache_utils.h160 void packDepthStencilUnresolveAttachment(bool unresolveDepth, bool unresolveStencil);