Lines Matching defs:image
211 // Vertices are in the following positions of the image:
358 Move<VkImage> image = createImage(vk, vkDevice, &colorImageParams);
360 *pAlloc = context.getDefaultAllocator().allocate(getImageMemoryRequirements(vk, vkDevice, *image), MemoryRequirement::Any);
361 VK_CHECK(vk.bindImageMemory(vkDevice, *image, (*pAlloc)->getMemory(), (*pAlloc)->getOffset()));
363 return image;
759 // Create color image
770 // Create depth image
785 // Set up image layout transition barriers
797 *m_colorImage, // VkImage image;
813 *m_depthImage, // VkImage image;
826 *m_colorImage, // VkImage image;
843 *m_depthImage, // VkImage image;
945 // Generate reference image
977 // Check the rendered image
1006 "Depth image comparison",
1201 // Color image layout changed after verifying the first draw call, restore it.
1204 // Depth image layout changed after verifying the first draw call, restore it.
1237 // Generate reference image
1279 // Check the rendered image