Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DRenderTargetVk.cpp96 vk::PackedAttachmentIndex packedAttachmentIndex) in onColorDraw() argument
101 contextVk->onColorDraw(mImage, mResolveImage, packedAttachmentIndex); in onColorDraw()
DContextVk.h493 vk::PackedAttachmentIndex packedAttachmentIndex) in onColorDraw() argument
497 packedAttachmentIndex); in onColorDraw()
Dvk_helpers.cpp1103 PackedAttachmentIndex packedAttachmentIndex) in colorImagesDraw() argument
1106 ASSERT(packedAttachmentIndex < mColorImagesCount); in colorImagesDraw()
1115 ASSERT(mColorImages[packedAttachmentIndex] == nullptr); in colorImagesDraw()
1116 mColorImages[packedAttachmentIndex] = image; in colorImagesDraw()
1126 ASSERT(mColorResolveImages[packedAttachmentIndex] == nullptr); in colorImagesDraw()
1127 mColorResolveImages[packedAttachmentIndex] = resolveImage; in colorImagesDraw()
1337 PackedAttachmentIndex packedAttachmentIndex, in finalizeColorImageLayout() argument
1341 ASSERT(packedAttachmentIndex < mColorImagesCount); in finalizeColorImageLayout()
1361 mAttachmentOps.setLayouts(packedAttachmentIndex, imageLayout, imageLayout); in finalizeColorImageLayout()
1366 ASSERT(packedAttachmentIndex == kAttachmentIndexZero); in finalizeColorImageLayout()
[all …]
Dvk_helpers.h1054 PackedAttachmentIndex packedAttachmentIndex);
1231 PackedAttachmentIndex packedAttachmentIndex,