Home
last modified time | relevance | path

Searched refs:odd_image (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp23705 VkImageObj odd_image(m_device); in TEST_F() local
23707 odd_image.init(&ci); in TEST_F()
23708 ASSERT_TRUE(odd_image.initialized()); in TEST_F()
23826 …vkCmdCopyImageToBuffer(m_commandBuffer->handle(), odd_image.handle(), VK_IMAGE_LAYOUT_GENERAL, buf… in TEST_F()
23827 …vkCmdCopyBufferToImage(m_commandBuffer->handle(), buffer_16.handle(), odd_image.handle(), VK_IMAGE… in TEST_F()
23833 …vkCmdCopyImageToBuffer(m_commandBuffer->handle(), odd_image.handle(), VK_IMAGE_LAYOUT_GENERAL, buf… in TEST_F()
23834 …vkCmdCopyBufferToImage(m_commandBuffer->handle(), buffer_16.handle(), odd_image.handle(), VK_IMAGE… in TEST_F()
23844 …vkCmdCopyImageToBuffer(m_commandBuffer->handle(), odd_image.handle(), VK_IMAGE_LAYOUT_GENERAL, buf… in TEST_F()
23851 …vkCmdCopyBufferToImage(m_commandBuffer->handle(), buffer_16.handle(), odd_image.handle(), VK_IMAGE… in TEST_F()