Searched refs:img_dst_transfer (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 4181 VkImageObj img_dst_transfer(m_device); in TEST_F() local 4187 …img_dst_transfer.InitNoLayout(64, 64, 1, fmt, VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRA… in TEST_F() 4196 ASSERT_TRUE(img_dst_transfer.initialized()); in TEST_F() 4201 img_dst_transfer.SetLayout(VK_IMAGE_ASPECT_COLOR_BIT, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in TEST_F() 4224 … img_dst_transfer.image(), img_dst_transfer.Layout(), 1, &blit_region, VK_FILTER_LINEAR); in TEST_F() 4229 …andBuffer->handle(), img_src_transfer.image(), img_src_transfer.Layout(), img_dst_transfer.image(), in TEST_F() 4258 …ge(m_commandBuffer->handle(), img_color.image(), VK_IMAGE_LAYOUT_GENERAL, img_dst_transfer.image(), in TEST_F() 4259 img_dst_transfer.Layout(), 1, &blit_region, VK_FILTER_LINEAR); in TEST_F() 4291 …(m_commandBuffer->handle(), img_general.image(), VK_IMAGE_LAYOUT_GENERAL, img_dst_transfer.image(), in TEST_F() 4292 img_dst_transfer.Layout(), 1, &blit_region, VK_FILTER_LINEAR); in TEST_F() [all …]
|