Lines Matching defs:image
134 VkImage image,
144 image,
161 // 1: "Whole" image bound as COMBINED_IMAGE_SAMPLER
505 const Unique<VkImage> image (createTestImage(vkd, device, format, size, createFlags));
509 const vector<AllocationSp> allocations (allocateAndBindImageMemory(vkd, device, context.getDefaultAllocator(), *image, format, createFlags));
564 const Unique<VkImageView> wholeView (createImageView(vkd, device, *image, format, VK_IMAGE_ASPECT_COLOR_BIT, &samplerConversionInfo));
567 !imageAlias ? *image : *imageAlias,
681 // Upload and prepare image
686 *image,
711 // Whole image sampling reference
733 // Compare whole image.
744 << TestLog::Message << "ERROR: When sampling complete image at " << texCoord[ndx]
758 // This is not the original *full* image format, but that of the specific plane we worked with (e.g. G10X6_etc becomes R10X6).
763 // We need to take the original image and the sampled results to a common ground for comparison.
769 // Re-pack results into the plane-specific format. For that, we use the compatible format first to create an image.
871 // Add test case using image view with a format taken from the "Plane Format Compatibility Table"
874 // Add test cases using image view with a format that is compatible with the plane's format.