Lines Matching refs:mAttachmentOps
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()
2798 static_cast<RenderPassLoadOp>(mAttachmentOps[attachmentIndexVk].loadOp)); in addCommandDiagnostics()
2800 static_cast<RenderPassStoreOp>(mAttachmentOps[attachmentIndexVk].storeOp)); in addCommandDiagnostics()
2813 static_cast<RenderPassLoadOp>(mAttachmentOps[attachmentIndexVk].loadOp)); in addCommandDiagnostics()
2815 static_cast<RenderPassLoadOp>(mAttachmentOps[attachmentIndexVk].stencilLoadOp)); in addCommandDiagnostics()
2818 static_cast<RenderPassStoreOp>(mAttachmentOps[attachmentIndexVk].storeOp)); in addCommandDiagnostics()
2820 static_cast<RenderPassStoreOp>(mAttachmentOps[attachmentIndexVk].stencilStoreOp)); in addCommandDiagnostics()