Searched refs:mAttachmentOps (Results 1 – 2 of 2) sorted by relevance
1361 mAttachmentOps.setLayouts(packedAttachmentIndex, imageLayout, imageLayout); in finalizeColorImageLayout()1372 SetBitField(mAttachmentOps[packedAttachmentIndex].finalLayout, in finalizeColorImageLayout()1418 mAttachmentOps.setLayouts(mDepthStencilAttachmentIndex, imageLayout, imageLayout); in finalizeDepthStencilImageLayout()1445 const PackedAttachmentOpsDesc &dsOps = mAttachmentOps[mDepthStencilAttachmentIndex]; in finalizeDepthStencilResolveImageLayout()1505 PackedAttachmentOpsDesc &dsOps = mAttachmentOps[mDepthStencilAttachmentIndex]; in finalizeDepthStencilLoadStore()1614 mAttachmentOps = renderPassAttachmentOps; in beginRenderPass()1680 SetBitField(mAttachmentOps[attachmentIndex].storeOp, RenderPassStoreOp::DontCare); in invalidateRenderPassColorAttachment()1681 mAttachmentOps[attachmentIndex].isInvalidated = true; in invalidateRenderPassColorAttachment()1825 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].loadOp); in addCommandDiagnostics()1827 static_cast<RenderPassStoreOp>(mAttachmentOps[attachmentIndexVk].storeOp)); in addCommandDiagnostics()[all …]
1194 mAttachmentOps[mDepthStencilAttachmentIndex].loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR || in hasDepthStencilWriteOrClear()1195 mAttachmentOps[mDepthStencilAttachmentIndex].stencilLoadOp == in hasDepthStencilWriteOrClear()1202 const AttachmentOpsArray &getAttachmentOps() const { return mAttachmentOps; } in getAttachmentOps()1255 AttachmentOpsArray mAttachmentOps; variable