Searched refs:copy_region (Results 1 – 3 of 3) sorted by relevance
1135 VkImageCopy copy_region = {}; in CopyImage() local1136 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in CopyImage()1137 copy_region.srcSubresource.baseArrayLayer = 0; in CopyImage()1138 copy_region.srcSubresource.mipLevel = 0; in CopyImage()1139 copy_region.srcSubresource.layerCount = 1; in CopyImage()1140 copy_region.srcOffset.x = 0; in CopyImage()1141 copy_region.srcOffset.y = 0; in CopyImage()1142 copy_region.srcOffset.z = 0; in CopyImage()1143 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in CopyImage()1144 copy_region.dstSubresource.baseArrayLayer = 0; in CopyImage()[all …]
3896 VkBufferImageCopy copy_region = {}; in TEST_F() local3897 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()[all …]
614 DesktopRegion copy_region = region;615 copy_region.IntersectWith(display_bounds);616 if (copy_region.is_empty())620 copy_region.Translate(-display_bounds.left(), -display_bounds.top());628 for (DesktopRegion::Iterator i(copy_region); !i.IsAtEnd(); i.Advance()) {686 DesktopRegion copy_region = region;687 copy_region.IntersectWith(display_bounds);688 if (copy_region.is_empty())692 copy_region.Translate(-display_bounds.left(), -display_bounds.top());734 for (DesktopRegion::Iterator i(copy_region); !i.IsAtEnd(); i.Advance()) {