Searched refs:mAttachmentOps (Results 1 – 2 of 2) sorted by relevance
2122 mAttachmentOps.setLayouts(packedAttachmentIndex, imageLayout, imageLayout); in finalizeColorImageLayout()2134 SetBitField(mAttachmentOps[packedAttachmentIndex].finalLayout, in finalizeColorImageLayout()2150 PackedAttachmentOpsDesc &ops = mAttachmentOps[packedAttachmentIndex]; in finalizeColorImageLoadStore()2247 mAttachmentOps.setLayouts(mDepthStencilAttachmentIndex, imageLayout, imageLayout); in finalizeDepthStencilImageLayout()2278 const PackedAttachmentOpsDesc &dsOps = mAttachmentOps[mDepthStencilAttachmentIndex]; in finalizeDepthStencilResolveImageLayout()2335 PackedAttachmentOpsDesc &dsOps = mAttachmentOps[mDepthStencilAttachmentIndex]; in finalizeDepthStencilLoadStore()2440 mAttachmentOps = renderPassAttachmentOps; in beginRenderPass()2698 mAttachmentOps.setClearOp(colorIndexVk); in updateRenderPassColorClear()2711 mAttachmentOps.setClearOp(mDepthStencilAttachmentIndex); in updateRenderPassDepthStencilClear()2717 mAttachmentOps.setClearStencilOp(mDepthStencilAttachmentIndex); in updateRenderPassDepthStencilClear()[all …]
1566 mAttachmentOps[mDepthStencilAttachmentIndex].loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR; in hasDepthWriteOrClear()1572 mAttachmentOps[mDepthStencilAttachmentIndex].stencilLoadOp == in hasStencilWriteOrClear()1582 const AttachmentOpsArray &getAttachmentOps() const { return mAttachmentOps; } in getAttachmentOps()1647 AttachmentOpsArray mAttachmentOps; variable