Lines Matching defs:image
73 bool compareGreenImage (tcu::TestLog& log, const char* name, const char* description, const tcu::ConstPixelBufferAccess& image)
75 tcu::TextureLevel greenImage(image.getFormat(), image.getWidth(), image.getHeight());
77 return tcu::intThresholdCompare(log, name, description, greenImage.getAccess(), image, tcu::UVec4(2u), tcu::COMPARE_LOG_RESULT);
329 //! Generate expected data for color, depth, and stencil samples of a given image.
624 srcImage, // VkImage image;
630 // Resolve image -> host buffer
701 Move<VkImage> colorImage; //!< Color image
704 Move<VkImage> depthStencilImage; //!< Depth stencil image
887 // Compute shader - image verification
1334 wd.renderSize = UVec2(2, 2); // Use a very small image, as we will verify all samples for all pixels
1410 return tcu::TestStatus::fail("Multisampled image has incorrect samples");
1437 Move<VkImage> colorImage; //!< Color image
1440 Move<VkImage> depthStencilImage; //!< Depth stencil image
1445 Move<VkImage> resolveImage; //!< Resolve image
1745 // Verify resolved image
1747 const tcu::ConstPixelBufferAccess image (tcu::ConstPixelBufferAccess(mapVkFormat(params.colorFormat), tcu::IVec3(wd.renderSize.x(), wd.renderSize.y(), 1),wd.colorBufferAlloc->getHostPtr()));
1749 if (compareGreenImage(context.getTestContext().getLog(), "resolve0", "Resolved test image", image))