Searched refs:isDepthInvalidated (Results 1 – 1 of 1) sorted by relevance
208 bool isDepthInvalidated, in UnpackDepthStencilResolveAttachmentDesc() argument221 ASSERT(angleFormat.depthBits > 0 || isDepthInvalidated); in UnpackDepthStencilResolveAttachmentDesc()231 isDepthInvalidated ? VK_ATTACHMENT_STORE_OP_DONT_CARE : VK_ATTACHMENT_STORE_OP_STORE; in UnpackDepthStencilResolveAttachmentDesc()955 bool isDepthInvalidated = false; in InitializeRenderPassFromDesc() local1033 isDepthInvalidated = ops[attachmentCount].isInvalidated; in InitializeRenderPassFromDesc()1087 isDepthInvalidated = true; in InitializeRenderPassFromDesc()1098 if (!isDepthInvalidated) in InitializeRenderPassFromDesc()1109 desc.hasStencilUnresolveAttachment(), isDepthInvalidated, isStencilInvalidated); in InitializeRenderPassFromDesc()1168 canRemoveResolveAttachments && isDepthInvalidated && isStencilInvalidated; in InitializeRenderPassFromDesc()