Lines Matching refs:imageView
48 vkhpp::UniqueImageView imageView; member
335 res->imageView = device.createImageViewUnique(imageViewCreateInfo).value; in createColorAttachment()
415 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P()
417 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); 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()
580 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P()
582 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P()
708 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P()
759 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P()
929 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P()
983 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P()
1101 ASSERT_THAT(colorAttachmentInfo->imageView, IsValidHandle()); in TEST_P()
1152 const std::vector<vkhpp::ImageView> attachments(1, *colorAttachmentInfo->imageView); in TEST_P()