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()
533 vk::PackedAttachmentIndex packedAttachmentIndex) in onColorDraw() argument537 packedAttachmentIndex); in onColorDraw()
1211 PackedAttachmentIndex packedAttachmentIndex) in colorImagesDraw() argument1214 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() argument1449 ASSERT(packedAttachmentIndex < mColorImagesCount); in finalizeColorImageLayout()1469 mAttachmentOps.setLayouts(packedAttachmentIndex, imageLayout, imageLayout); in finalizeColorImageLayout()1474 ASSERT(packedAttachmentIndex == kAttachmentIndexZero); in finalizeColorImageLayout()[all …]
1053 PackedAttachmentIndex packedAttachmentIndex);1236 PackedAttachmentIndex packedAttachmentIndex,