• Home
  • Raw
  • Download

Lines Matching refs:copyRegion

4011     VkImageCopy copyRegion;  in TEST_F()  local
4012 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
4013 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
4014 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
4015 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
4016 copyRegion.srcOffset.x = 0; in TEST_F()
4017 copyRegion.srcOffset.y = 0; in TEST_F()
4018 copyRegion.srcOffset.z = 0; in TEST_F()
4019 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
4020 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
4021 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
4022 copyRegion.dstSubresource.layerCount = 1; in TEST_F()
4023 copyRegion.dstOffset.x = 0; in TEST_F()
4024 copyRegion.dstOffset.y = 0; in TEST_F()
4025 copyRegion.dstOffset.z = 0; in TEST_F()
4026 copyRegion.extent.width = 1; in TEST_F()
4027 copyRegion.extent.height = 1; in TEST_F()
4028 copyRegion.extent.depth = 1; in TEST_F()
4031 copyRegion.srcOffset.y = 3; in TEST_F()
4033 …r->CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
4037 copyRegion.srcOffset.y = 0; in TEST_F()
4038 copyRegion.extent.width = 3; in TEST_F()
4040 …r->CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
18006 VkImageCopy copyRegion; in TEST_F() local
18007 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
18008 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
18009 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
18010 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
18011 copyRegion.srcOffset.x = 0; in TEST_F()
18012 copyRegion.srcOffset.y = 0; in TEST_F()
18013 copyRegion.srcOffset.z = 0; in TEST_F()
18014 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
18015 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
18016 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
18018 copyRegion.dstSubresource.layerCount = 3; in TEST_F()
18019 copyRegion.dstOffset.x = 0; in TEST_F()
18020 copyRegion.dstOffset.y = 0; in TEST_F()
18021 copyRegion.dstOffset.z = 0; in TEST_F()
18022 copyRegion.extent.width = 1; in TEST_F()
18023 copyRegion.extent.height = 1; in TEST_F()
18024 copyRegion.extent.depth = 1; in TEST_F()
18025 …r->CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
19919 VkImageCopy copyRegion; in TEST_F() local
19920 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
19921 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
19922 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
19923 copyRegion.srcSubresource.layerCount = 0; in TEST_F()
19924 copyRegion.srcOffset.x = 0; in TEST_F()
19925 copyRegion.srcOffset.y = 0; in TEST_F()
19926 copyRegion.srcOffset.z = 0; in TEST_F()
19927 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
19928 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
19929 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
19930 copyRegion.dstSubresource.layerCount = 0; in TEST_F()
19931 copyRegion.dstOffset.x = 0; in TEST_F()
19932 copyRegion.dstOffset.y = 0; in TEST_F()
19933 copyRegion.dstOffset.z = 0; in TEST_F()
19934 copyRegion.extent.width = 1; in TEST_F()
19935 copyRegion.extent.height = 1; in TEST_F()
19936 copyRegion.extent.depth = 1; in TEST_F()
19937 …r->CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
19972 VkImageCopy copyRegion; in TEST_F() local
19973 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
19974 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
19975 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
19976 copyRegion.srcSubresource.layerCount = 0; in TEST_F()
19977 copyRegion.srcOffset.x = 0; in TEST_F()
19978 copyRegion.srcOffset.y = 0; in TEST_F()
19979 copyRegion.srcOffset.z = 0; in TEST_F()
19980 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
19981 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
19982 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
19983 copyRegion.dstSubresource.layerCount = 0; in TEST_F()
19984 copyRegion.dstOffset.x = 0; in TEST_F()
19985 copyRegion.dstOffset.y = 0; in TEST_F()
19986 copyRegion.dstOffset.z = 0; in TEST_F()
19987 copyRegion.extent.width = 1; in TEST_F()
19988 copyRegion.extent.height = 1; in TEST_F()
19989 copyRegion.extent.depth = 1; in TEST_F()
19994 &copyRegion); in TEST_F()
20049 VkImageCopy copyRegion; in TEST_F() local
20050 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
20051 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
20052 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
20053 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
20054 copyRegion.srcOffset = {0, 0, 0}; in TEST_F()
20055 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
20056 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
20057 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
20058 copyRegion.dstSubresource.layerCount = 1; in TEST_F()
20059 copyRegion.dstOffset = {0, 0, 0}; in TEST_F()
20060 copyRegion.extent = {128, 128, 1}; in TEST_F()
20065 &copyRegion); in TEST_F()
20070 &copyRegion); in TEST_F()
20076 &copyRegion); in TEST_F()
20081 &copyRegion); in TEST_F()
20111 VkImageCopy copyRegion; in TEST_F() local
20112 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
20113 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
20114 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
20115 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
20116 copyRegion.srcOffset = {0, 0, 0}; in TEST_F()
20117 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
20118 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
20119 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
20120 copyRegion.dstSubresource.layerCount = 1; in TEST_F()
20121 copyRegion.dstOffset = {64, 0, 0}; in TEST_F()
20122 copyRegion.extent = {64, 128, 1}; in TEST_F()
20128 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
20134 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_STENCIL_BIT; in TEST_F()
20137 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
20139 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
20142copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT | VK_IMAGE_ASPECT_DEPTH_BIT; // … in TEST_F()
20143 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT | VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
20149 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
20152 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_METADATA_BIT; in TEST_F()
20153 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_METADATA_BIT; in TEST_F()
20157 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
20160 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
20161 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
20168 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
20172 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
20173 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
20178 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()