Lines Matching refs:src_image

3855         VkImageObj src_image(m_device);  in TEST_F()  local
3856 src_image.init(&image_create_info); in TEST_F()
3857 src_image.SetLayout(VK_IMAGE_ASPECT_COLOR_BIT, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL); in TEST_F()
3867 …vkCmdBlitImage(m_commandBuffer->handle(), src_image.handle(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL… in TEST_F()
3878 VkImageObj src_image(m_device); in TEST_F() local
3879 src_image.init(&image_create_info); in TEST_F()
3880 src_image.SetLayout(VK_IMAGE_ASPECT_COLOR_BIT, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL); in TEST_F()
3890 …vkCmdBlitImage(m_commandBuffer->handle(), src_image.handle(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL… in TEST_F()
3932 vk_testing::Image src_image; in TEST_F() local
3933 src_image.init(*m_device, (const VkImageCreateInfo &)image_create_info, reqs); in TEST_F()
3938 …vkCmdCopyImageToBuffer(m_commandBuffer->handle(), src_image.handle(), VK_IMAGE_LAYOUT_TRANSFER_SRC… in TEST_F()
17811 VkImage src_image; in TEST_F() local
17835 VkResult err = vkCreateImage(m_device->device(), &image_create_info, NULL, &src_image); in TEST_F()
17854 vkGetImageMemoryRequirements(m_device->device(), src_image, &img_mem_reqs); in TEST_F()
17875 err = vkBindImageMemory(m_device->device(), src_image, src_image_mem, 0); in TEST_F()
17906 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_GENERAL,… in TEST_F()
17912 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_GENERAL,… in TEST_F()
17916 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_UNDEFINED, dst_image, VK_IMAGE_LAYOUT_GENERA… in TEST_F()
17922 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_UNDEFINED, dst_image, VK_IMAGE_LAYOUT_GENERA… in TEST_F()
17928 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_GENERAL,… in TEST_F()
17934 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_UNDEFINE… in TEST_F()
17939 …m_commandBuffer->CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_UNDEFINE… in TEST_F()
17999 image_barrier[0].image = src_image; in TEST_F()
18091 vkDestroyImage(m_device->device(), src_image, NULL); in TEST_F()
25758 VkImageObj src_image(m_device); in TEST_F() local
25759 src_image.init(&ci); in TEST_F()
25760 ASSERT_TRUE(src_image.initialized()); in TEST_F()
25786 …m_commandBuffer->CopyImage(src_image.image(), VK_IMAGE_LAYOUT_GENERAL, dst_image.image(), VK_IMAGE… in TEST_F()
25795 …m_commandBuffer->CopyImage(src_image.image(), VK_IMAGE_LAYOUT_GENERAL, dst_image.image(), VK_IMAGE… in TEST_F()
25804 …m_commandBuffer->CopyImage(src_image.image(), VK_IMAGE_LAYOUT_GENERAL, dst_image.image(), VK_IMAGE… in TEST_F()
25813 …m_commandBuffer->CopyImage(src_image.image(), VK_IMAGE_LAYOUT_GENERAL, dst_image.image(), VK_IMAGE… in TEST_F()
25850 VkImageObj src_image(m_device); in TEST_F() local
25851 src_image.init(&ci); in TEST_F()
25852 ASSERT_TRUE(src_image.initialized()); in TEST_F()
25870 …m_commandBuffer->CopyImage(src_image.image(), VK_IMAGE_LAYOUT_GENERAL, dst_image.image(), VK_IMAGE… in TEST_F()
25879 …m_commandBuffer->CopyImage(src_image.image(), VK_IMAGE_LAYOUT_GENERAL, dst_image.image(), VK_IMAGE… in TEST_F()
25888 …m_commandBuffer->CopyImage(src_image.image(), VK_IMAGE_LAYOUT_GENERAL, dst_image.image(), VK_IMAGE… in TEST_F()
25897 …m_commandBuffer->CopyImage(src_image.image(), VK_IMAGE_LAYOUT_GENERAL, dst_image.image(), VK_IMAGE… in TEST_F()