Lines Matching defs:image
547 void copyBufferToImage(const DeviceInterface& vkd, VkCommandBuffer commandBuffer, VkBuffer buffer, VkImage image, const tcu::UVec2 offset, const tcu::UVec2 extent)
568 vkd.cmdCopyBufferToImage(commandBuffer, buffer, image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, ®ion);
683 ImageSp image = ImageSp(new Unique<VkImage>(createImage(vkd, device, &imageCreateInfo)));
697 **image,
704 return image;
834 // If memory allocation is deferred, bind image memory lazily at acquire time.
895 // Acquire an image and clear it
918 // If memory allocation is deferred and bind image memory is used, lazily bind image memory now if this is the first time the image is acquired.
931 barrier.image = acquiredImage;
966 barrier.image = swapchainImages[j][imageIndex[j]];
1963 // Bind image memory + shared present mode crashing on some drivers for unrelated reasons to VK_EXT_swapchain_maintenance1. Will enable this test separately.
1966 // Bind image with VkBindImageMemorySwapchainInfoKHR
1974 // Bind image with VkBindImageMemorySwapchainInfoKHR with multiple swapchains
2032 return tcu::TestStatus::fail("min and max image count for shared present modes must be 1");
2135 // Construct a list of image indices to be released. That is every index except the one being presented, if any.
2354 // Basic release acquired images test where release happens before presenting an image