Searched refs:packedAttachmentIndex (Results 1 – 4 of 4) sorted by relevance
96 vk::PackedAttachmentIndex packedAttachmentIndex) in onColorDraw() argument101 contextVk->onColorDraw(mImage, mResolveImage, packedAttachmentIndex); in onColorDraw()
493 vk::PackedAttachmentIndex packedAttachmentIndex) in onColorDraw() argument497 packedAttachmentIndex); in onColorDraw()
1103 PackedAttachmentIndex packedAttachmentIndex) in colorImagesDraw() argument1106 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() argument1341 ASSERT(packedAttachmentIndex < mColorImagesCount); in finalizeColorImageLayout()1361 mAttachmentOps.setLayouts(packedAttachmentIndex, imageLayout, imageLayout); in finalizeColorImageLayout()1366 ASSERT(packedAttachmentIndex == kAttachmentIndexZero); in finalizeColorImageLayout()[all …]
1054 PackedAttachmentIndex packedAttachmentIndex);1231 PackedAttachmentIndex packedAttachmentIndex,