Searched refs:copy_region (Results 1 – 5 of 5) sorted by relevance
774 VkImageCopy copy_region = {}; in CopyImage() local775 copy_region.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in CopyImage()776 copy_region.srcSubresource.baseArrayLayer = 0; in CopyImage()777 copy_region.srcSubresource.mipLevel = 0; in CopyImage()778 copy_region.srcSubresource.layerCount = 1; in CopyImage()779 copy_region.srcOffset.x = 0; in CopyImage()780 copy_region.srcOffset.y = 0; in CopyImage()781 copy_region.srcOffset.z = 0; in CopyImage()782 copy_region.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in CopyImage()783 copy_region.dstSubresource.baseArrayLayer = 0; in CopyImage()[all …]
2481 VkBufferImageCopy copy_region = {}; in TEST_F() local2482 copy_region.bufferRowLength = 128; in TEST_F()2483 copy_region.bufferImageHeight = 128; in TEST_F()2484 copy_region.imageSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()2485 copy_region.imageSubresource.layerCount = 1; in TEST_F()2486 copy_region.imageExtent.height = 64; in TEST_F()2487 copy_region.imageExtent.width = 64; in TEST_F()2488 copy_region.imageExtent.depth = 1; in TEST_F()2505 VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, ©_region); in TEST_F()2524 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()) {
1962 auto const copy_region = in prepare_textures() local1974 ©_region); in prepare_textures()
1379 VkImageCopy copy_region = { in demo_prepare_textures() local1390 VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, ©_region); in demo_prepare_textures()