Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderTargetVk.cpp96 vk::PackedAttachmentIndex packedAttachmentIndex) in onColorDraw() argument
101 contextVk->onColorDraw(mImage, mResolveImage, packedAttachmentIndex); in onColorDraw()
DContextVk.h533 vk::PackedAttachmentIndex packedAttachmentIndex) in onColorDraw() argument
537 packedAttachmentIndex); in onColorDraw()
Dvk_helpers.cpp1211 PackedAttachmentIndex packedAttachmentIndex) in colorImagesDraw() argument
1214 ASSERT(packedAttachmentIndex < mColorImagesCount); in colorImagesDraw()
1223 ASSERT(mColorImages[packedAttachmentIndex] == nullptr); in colorImagesDraw()
1224 mColorImages[packedAttachmentIndex] = image; in colorImagesDraw()
1234 ASSERT(mColorResolveImages[packedAttachmentIndex] == nullptr); in colorImagesDraw()
1235 mColorResolveImages[packedAttachmentIndex] = resolveImage; in colorImagesDraw()
1445 PackedAttachmentIndex packedAttachmentIndex, in finalizeColorImageLayout() argument
1449 ASSERT(packedAttachmentIndex < mColorImagesCount); in finalizeColorImageLayout()
1469 mAttachmentOps.setLayouts(packedAttachmentIndex, imageLayout, imageLayout); in finalizeColorImageLayout()
1474 ASSERT(packedAttachmentIndex == kAttachmentIndexZero); in finalizeColorImageLayout()
[all …]
Dvk_helpers.h1053 PackedAttachmentIndex packedAttachmentIndex);
1236 PackedAttachmentIndex packedAttachmentIndex,