Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DUtilsVk.cpp323 bool unresolveDepth, in GetUnresolveFlags()
760 bool unresolveDepth, in InsertPreamble()
829 void InsertDepthStencilDecorations(bool unresolveDepth, in InsertDepthStencilDecorations()
972 void InsertDepthStencilVariableDecl(bool unresolveDepth, in InsertDepthStencilVariableDecl()
1030 void InsertDepthStencilUnresolveLoadStore(bool unresolveDepth, in InsertDepthStencilUnresolveLoadStore()
1087 bool unresolveDepth, in MakeFragShader()
1147 bool unresolveDepth, in GetUnresolveFrag()
H A DFramebufferVk.cpp3567 const bool unresolveDepth = depthLoadOp == vk::RenderPassLoadOp::Load; in startNewRenderPass() local
3620 const bool unresolveDepth = mRenderPassDesc.hasDepthUnresolveAttachment(); in startNewRenderPass() local
H A DUtilsVk.h217 bool unresolveDepth; member