Lines Matching refs:copy_region
3896 VkBufferImageCopy copy_region = {}; in TEST_F() local
3897 copy_region.bufferRowLength = 128; in TEST_F()
3898 copy_region.bufferImageHeight = 128; in TEST_F()
3899 copy_region.imageSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
3900 copy_region.imageSubresource.layerCount = 1; in TEST_F()
3901 copy_region.imageExtent.height = 64; in TEST_F()
3902 copy_region.imageExtent.width = 64; in TEST_F()
3903 copy_region.imageExtent.depth = 1; in TEST_F()
3920 VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, ©_region); in TEST_F()
3939 dst_buffer.handle(), 1, ©_region); in TEST_F()
17883 VkImageCopy copy_region; in TEST_F() local
17884 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
17885 copy_region.srcSubresource.mipLevel = 0; in TEST_F()
17886 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
17887 copy_region.srcSubresource.layerCount = 1; in TEST_F()
17888 copy_region.srcOffset.x = 0; in TEST_F()
17889 copy_region.srcOffset.y = 0; in TEST_F()
17890 copy_region.srcOffset.z = 0; in TEST_F()
17891 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
17892 copy_region.dstSubresource.mipLevel = 0; in TEST_F()
17893 copy_region.dstSubresource.baseArrayLayer = 0; in TEST_F()
17894 copy_region.dstSubresource.layerCount = 1; in TEST_F()
17895 copy_region.dstOffset.x = 0; in TEST_F()
17896 copy_region.dstOffset.y = 0; in TEST_F()
17897 copy_region.dstOffset.z = 0; in TEST_F()
17898 copy_region.extent.width = 1; in TEST_F()
17899 copy_region.extent.height = 1; in TEST_F()
17900 copy_region.extent.depth = 1; in TEST_F()
17906 …CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
17912 …CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
17916 …pyImage(src_image, VK_IMAGE_LAYOUT_UNDEFINED, dst_image, VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
17922 …pyImage(src_image, VK_IMAGE_LAYOUT_UNDEFINED, dst_image, VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
17928 …CopyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
17934 …pyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_UNDEFINED, 1, ©_region); in TEST_F()
17939 …pyImage(src_image, VK_IMAGE_LAYOUT_GENERAL, dst_image, VK_IMAGE_LAYOUT_UNDEFINED, 1, ©_region); in TEST_F()
25010 VkImageCopy copy_region; in TEST_F() local
25011 copy_region.extent = {32, 1, 1}; in TEST_F()
25012 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25013 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25014 copy_region.srcSubresource.mipLevel = 0; in TEST_F()
25015 copy_region.dstSubresource.mipLevel = 0; in TEST_F()
25016 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
25017 copy_region.dstSubresource.baseArrayLayer = 0; in TEST_F()
25018 copy_region.srcSubresource.layerCount = 1; in TEST_F()
25019 copy_region.dstSubresource.layerCount = 1; in TEST_F()
25020 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
25021 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25026 ©_region); in TEST_F()
25030 copy_region.srcOffset.y = 1; in TEST_F()
25034 ©_region); in TEST_F()
25036 copy_region.srcOffset.y = 0; in TEST_F()
25037 copy_region.dstOffset.y = 1; in TEST_F()
25041 ©_region); in TEST_F()
25043 copy_region.dstOffset.y = 0; in TEST_F()
25046 copy_region.extent.height = 2; in TEST_F()
25050 ©_region); in TEST_F()
25055 ©_region); in TEST_F()
25057 copy_region.extent.height = 1; in TEST_F()
25060 copy_region.srcOffset.z = 1; in TEST_F()
25064 ©_region); in TEST_F()
25066 copy_region.srcOffset.z = 0; in TEST_F()
25067 copy_region.dstOffset.z = 1; in TEST_F()
25071 ©_region); in TEST_F()
25073 copy_region.dstOffset.z = 0; in TEST_F()
25076 copy_region.extent.depth = 2; in TEST_F()
25083 ©_region); in TEST_F()
25091 ©_region); in TEST_F()
25093 copy_region.extent.depth = 1; in TEST_F()
25096 copy_region.extent = {16, 16, 1}; in TEST_F()
25097 copy_region.srcOffset.z = 4; in TEST_F()
25102 ©_region); in TEST_F()
25104 copy_region.srcOffset.z = 0; in TEST_F()
25105 copy_region.dstOffset.z = 1; in TEST_F()
25110 ©_region); in TEST_F()
25112 copy_region.dstOffset.z = 0; in TEST_F()
25115 copy_region.extent = {4, 4, 1}; in TEST_F()
25116 copy_region.srcSubresource.baseArrayLayer = 1; in TEST_F()
25121 ©_region); in TEST_F()
25194 VkImageCopy copy_region; in TEST_F() local
25195 copy_region.extent = {32, 1, 1}; in TEST_F()
25196 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25197 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25198 copy_region.srcSubresource.mipLevel = 0; in TEST_F()
25199 copy_region.dstSubresource.mipLevel = 0; in TEST_F()
25200 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
25201 copy_region.dstSubresource.baseArrayLayer = 0; in TEST_F()
25202 copy_region.srcSubresource.layerCount = 1; in TEST_F()
25203 copy_region.dstSubresource.layerCount = 1; in TEST_F()
25204 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
25205 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25208 copy_region.srcSubresource.baseArrayLayer = 4; in TEST_F()
25209 copy_region.srcSubresource.layerCount = 6; in TEST_F()
25212 ©_region); in TEST_F()
25214 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
25215 copy_region.srcSubresource.layerCount = 1; in TEST_F()
25218 copy_region.dstSubresource.baseArrayLayer = 1; in TEST_F()
25219 copy_region.dstSubresource.layerCount = 8; in TEST_F()
25222 ©_region); in TEST_F()
25224 copy_region.dstSubresource.layerCount = 1; in TEST_F()
25282 VkImageCopy copy_region; in TEST_F() local
25283 copy_region.extent = {48, 48, 1}; in TEST_F()
25284 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25285 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25286 copy_region.srcSubresource.mipLevel = 0; in TEST_F()
25287 copy_region.dstSubresource.mipLevel = 0; in TEST_F()
25288 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
25289 copy_region.dstSubresource.baseArrayLayer = 0; in TEST_F()
25290 copy_region.srcSubresource.layerCount = 1; in TEST_F()
25291 copy_region.dstSubresource.layerCount = 1; in TEST_F()
25292 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
25293 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25297 …age_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
25307 copy_region.srcOffset = {2, 4, 0}; // source width in TEST_F()
25311 …age_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
25313 copy_region.srcOffset = {12, 1, 0}; // source height in TEST_F()
25317 …age_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
25319 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
25322 copy_region.dstOffset = {1, 0, 0}; // dest width in TEST_F()
25326 …age_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
25328 copy_region.dstOffset = {4, 1, 0}; // dest height in TEST_F()
25332 …age_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
25334 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25338 copy_region.extent = {62, 60, 1}; // source width in TEST_F()
25342 …age_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
25345 copy_region.extent = {60, 62, 1}; // source height in TEST_F()
25349 …age_1.image(), VK_IMAGE_LAYOUT_GENERAL, image_2.image(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
25353 copy_region.extent = {62, 60, 1}; // dest width in TEST_F()
25357 …age_2.image(), VK_IMAGE_LAYOUT_GENERAL, image_1.image(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
25360 copy_region.extent = {60, 62, 1}; // dest height in TEST_F()
25364 …age_2.image(), VK_IMAGE_LAYOUT_GENERAL, image_1.image(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
25438 VkImageCopy copy_region; in TEST_F() local
25439 copy_region.extent = {48, 48, 1}; in TEST_F()
25440 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25441 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25442 copy_region.srcSubresource.mipLevel = 0; in TEST_F()
25443 copy_region.dstSubresource.mipLevel = 0; in TEST_F()
25444 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
25445 copy_region.dstSubresource.baseArrayLayer = 0; in TEST_F()
25446 copy_region.srcSubresource.layerCount = 1; in TEST_F()
25447 copy_region.dstSubresource.layerCount = 1; in TEST_F()
25448 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
25449 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25452 copy_region.srcOffset = {3, 4, 0}; // source offset x in TEST_F()
25455 ©_region); in TEST_F()
25457 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
25460 copy_region.dstOffset = {1, 0, 0}; in TEST_F()
25463 ©_region); in TEST_F()
25465 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25468 copy_region.extent = {31, 60, 1}; // 422 source, extent.x in TEST_F()
25471 ©_region); in TEST_F()
25477 ©_region); in TEST_F()
25479 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25677 VkImageCopy copy_region; in TEST_F() local
25678 copy_region.extent = {128, 128, 1}; in TEST_F()
25679 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_2_BIT_KHR; in TEST_F()
25680 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_2_BIT_KHR; in TEST_F()
25681 copy_region.srcSubresource.mipLevel = 0; in TEST_F()
25682 copy_region.dstSubresource.mipLevel = 0; in TEST_F()
25683 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
25684 copy_region.dstSubresource.baseArrayLayer = 0; in TEST_F()
25685 copy_region.srcSubresource.layerCount = 1; in TEST_F()
25686 copy_region.dstSubresource.layerCount = 1; in TEST_F()
25687 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
25688 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25693 ©_region); in TEST_F()
25696 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25697 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_0_BIT_KHR; in TEST_F()
25700 ©_region); in TEST_F()
25703 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_1_BIT_KHR; in TEST_F()
25704 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_2_BIT_KHR; in TEST_F()
25708 ©_region); in TEST_F()
25711 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25715 ©_region); in TEST_F()
25718 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
25722 ©_region); in TEST_F()
25725 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
25726 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_2_BIT_KHR; in TEST_F()
25730 ©_region); in TEST_F()
25772 VkImageCopy copy_region; in TEST_F() local
25773 copy_region.extent = {32, 32, 8}; in TEST_F()
25774 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25775 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25776 copy_region.srcSubresource.mipLevel = 0; in TEST_F()
25777 copy_region.dstSubresource.mipLevel = 0; in TEST_F()
25778 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
25779 copy_region.dstSubresource.baseArrayLayer = 0; in TEST_F()
25780 copy_region.srcSubresource.layerCount = 1; in TEST_F()
25781 copy_region.dstSubresource.layerCount = 1; in TEST_F()
25782 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
25783 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25787 ©_region); in TEST_F()
25791 copy_region.srcOffset.x = 4; in TEST_F()
25796 ©_region); in TEST_F()
25800 copy_region.srcOffset.x = 0; in TEST_F()
25801 copy_region.extent.height = 48; in TEST_F()
25805 ©_region); in TEST_F()
25809 copy_region.extent = {4, 4, 4}; in TEST_F()
25810 copy_region.srcSubresource.mipLevel = 2; in TEST_F()
25814 ©_region); in TEST_F()
25856 VkImageCopy copy_region; in TEST_F() local
25857 copy_region.extent = {32, 32, 8}; in TEST_F()
25858 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25859 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25860 copy_region.srcSubresource.mipLevel = 0; in TEST_F()
25861 copy_region.dstSubresource.mipLevel = 0; in TEST_F()
25862 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
25863 copy_region.dstSubresource.baseArrayLayer = 0; in TEST_F()
25864 copy_region.srcSubresource.layerCount = 1; in TEST_F()
25865 copy_region.dstSubresource.layerCount = 1; in TEST_F()
25866 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
25867 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
25871 ©_region); in TEST_F()
25875 copy_region.dstOffset.x = 4; in TEST_F()
25880 ©_region); in TEST_F()
25884 copy_region.dstOffset.x = 0; in TEST_F()
25885 copy_region.extent.height = 48; in TEST_F()
25889 ©_region); in TEST_F()
25893 copy_region.extent = {4, 4, 4}; in TEST_F()
25894 copy_region.dstSubresource.mipLevel = 2; in TEST_F()
25898 ©_region); in TEST_F()
27743 VkImageCopy copy_region = {}; in TEST_F() local
27744 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
27745 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
27746 copy_region.srcSubresource.mipLevel = 0; in TEST_F()
27747 copy_region.dstSubresource.mipLevel = 0; in TEST_F()
27748 copy_region.srcSubresource.baseArrayLayer = 0; in TEST_F()
27749 copy_region.dstSubresource.baseArrayLayer = 0; in TEST_F()
27750 copy_region.srcSubresource.layerCount = 1; in TEST_F()
27751 copy_region.dstSubresource.layerCount = 1; in TEST_F()
27752 copy_region.srcOffset = {0, 0, 0}; in TEST_F()
27753 copy_region.dstOffset = {0, 0, 0}; in TEST_F()
27759 copy_region.extent = {10, 10, 1}; // Dimensions in (uncompressed) texels in TEST_F()
27761 comp_10x10b_40x40t_image.handle(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
27764 copy_region.extent = {40, 40, 1}; // Dimensions in (compressed) texels in TEST_F()
27766 uncomp_10x10t_image.handle(), VK_IMAGE_LAYOUT_GENERAL, 1, ©_region); in TEST_F()
34340 VkBufferImageCopy copy_region = {}; in TEST_F() local
34341 copy_region.bufferRowLength = 128; in TEST_F()
34342 copy_region.bufferImageHeight = 128; in TEST_F()
34343 copy_region.imageSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_1_BIT_KHR; in TEST_F()
34344 copy_region.imageSubresource.layerCount = 1; in TEST_F()
34345 copy_region.imageExtent.height = 64; in TEST_F()
34346 copy_region.imageExtent.width = 64; in TEST_F()
34347 copy_region.imageExtent.depth = 1; in TEST_F()
34353 ©_region); in TEST_F()