Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp1445 const PackedAttachmentOpsDesc &dsOps = mAttachmentOps[mDepthStencilAttachmentIndex]; in finalizeDepthStencilResolveImageLayout() local
1449 if (!dsOps.isInvalidated) in finalizeDepthStencilResolveImageLayout()
1453 if (!dsOps.isStencilInvalidated) in finalizeDepthStencilResolveImageLayout()
1505 PackedAttachmentOpsDesc &dsOps = mAttachmentOps[mDepthStencilAttachmentIndex]; in finalizeDepthStencilLoadStore() local
1508 ASSERT(dsOps.initialLayout != static_cast<uint16_t>(ImageLayout::Undefined)); in finalizeDepthStencilLoadStore()
1516 const bool depthNotLoaded = dsOps.loadOp == VK_ATTACHMENT_LOAD_OP_DONT_CARE && in finalizeDepthStencilLoadStore()
1521 dsOps.storeOp = RenderPassStoreOp::DontCare; in finalizeDepthStencilLoadStore()
1522 dsOps.isInvalidated = true; in finalizeDepthStencilLoadStore()
1530 const bool stencilNotLoaded = dsOps.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_DONT_CARE && in finalizeDepthStencilLoadStore()
1535 dsOps.stencilStoreOp = RenderPassStoreOp::DontCare; in finalizeDepthStencilLoadStore()
[all …]