Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp1815 PackedAttachmentIndex attachmentIndexVk(0); in addCommandDiagnostics() local
1825 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].loadOp); in addCommandDiagnostics()
1827 static_cast<RenderPassStoreOp>(mAttachmentOps[attachmentIndexVk].storeOp)); in addCommandDiagnostics()
1828 ++attachmentIndexVk; in addCommandDiagnostics()
1839 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].loadOp); in addCommandDiagnostics()
1840 loadOps += GetLoadOpShorthand(mAttachmentOps[attachmentIndexVk].stencilLoadOp); in addCommandDiagnostics()
1843 static_cast<RenderPassStoreOp>(mAttachmentOps[attachmentIndexVk].storeOp)); in addCommandDiagnostics()
1845 static_cast<RenderPassStoreOp>(mAttachmentOps[attachmentIndexVk].stencilStoreOp)); in addCommandDiagnostics()