Searched refs:isDepthInvalidated (Results 1 – 1 of 1) sorted by relevance
237 bool isDepthInvalidated, in UnpackDepthStencilResolveAttachmentDesc() argument250 ASSERT(angleFormat.depthBits > 0 || isDepthInvalidated); in UnpackDepthStencilResolveAttachmentDesc()260 isDepthInvalidated ? VK_ATTACHMENT_STORE_OP_DONT_CARE : VK_ATTACHMENT_STORE_OP_STORE; in UnpackDepthStencilResolveAttachmentDesc()982 bool isDepthInvalidated = false; in InitializeRenderPassFromDesc() local1055 isDepthInvalidated = ops[attachmentCount].isInvalidated; in InitializeRenderPassFromDesc()1109 isDepthInvalidated = true; in InitializeRenderPassFromDesc()1120 if (!isDepthInvalidated) in InitializeRenderPassFromDesc()1132 isDepthInvalidated, isStencilInvalidated); in InitializeRenderPassFromDesc()1191 canRemoveResolveAttachments && isDepthInvalidated && isStencilInvalidated; in InitializeRenderPassFromDesc()