Searched refs:hasDepthUnresolveAttachment (Results 1 – 4 of 4) sorted by relevance
286 if (desc.hasDepthUnresolveAttachment()) in MakeUnresolveAttachmentMask()2429 const bool previousUnresolveDepth = mRenderPassDesc.hasDepthUnresolveAttachment(); in startNewRenderPass()2648 const bool unresolveDepth = mRenderPassDesc.hasDepthUnresolveAttachment(); in startNewRenderPass()
947 countersOut->depthAttachmentUnresolves += desc.hasDepthUnresolveAttachment() ? 1 : 0; in UpdateRenderPassPerfCounters()1131 desc.hasDepthUnresolveAttachment(), desc.hasStencilUnresolveAttachment(), in InitializeRenderPassFromDesc()1254 desc.hasDepthUnresolveAttachment(), in InitializeRenderPassFromDesc()
187 bool hasDepthUnresolveAttachment() const { return mUnresolveDepth; } in hasDepthUnresolveAttachment() function
1629 depthLoadOp == RenderPassLoadOp::DontCare && !mRenderPassDesc.hasDepthUnresolveAttachment(); in finalizeDepthStencilLoadStore()