Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp412 auto colorAttachmentInfo = createColorAttachment(physicalDevice, device.get()); in TEST_P() local
413 ASSERT_THAT(colorAttachmentInfo->image, IsValidHandle()); in TEST_P()
414 ASSERT_THAT(colorAttachmentInfo->memory, IsValidHandle()); in TEST_P()
415 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P()
417 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P()
438 auto colorAttachmentInfo = createColorAttachment(physicalDevice, device.get()); in TEST_P() local
439 ASSERT_THAT(colorAttachmentInfo->image, IsValidHandle()); in TEST_P()
440 ASSERT_THAT(colorAttachmentInfo->memory, IsValidHandle()); in TEST_P()
441 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P()
443 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P()
[all …]