• Home
  • Raw
  • Download

Lines Matching refs:copyRegion

4749     VkImageCopy copyRegion;  in TEST_F()  local
4750 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
4751 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
4752 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
4753 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
4754 copyRegion.srcOffset.x = 0; in TEST_F()
4755 copyRegion.srcOffset.y = 0; in TEST_F()
4756 copyRegion.srcOffset.z = 0; in TEST_F()
4757 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
4758 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
4759 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
4760 copyRegion.dstSubresource.layerCount = 1; in TEST_F()
4761 copyRegion.dstOffset.x = 0; in TEST_F()
4762 copyRegion.dstOffset.y = 0; in TEST_F()
4763 copyRegion.dstOffset.z = 0; in TEST_F()
4764 copyRegion.extent.width = granularity.width; in TEST_F()
4765 copyRegion.extent.height = granularity.height; in TEST_F()
4766 copyRegion.extent.depth = granularity.depth; in TEST_F()
4769 copyRegion.srcOffset.y = 3; in TEST_F()
4772 …er.CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
4777 copyRegion.srcOffset.y = 0; in TEST_F()
4778 copyRegion.extent.width = 3; in TEST_F()
4783 …er.CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
23260 VkImageCopy copyRegion; in TEST_F() local
23261 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
23262 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
23263 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
23264 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
23265 copyRegion.srcOffset.x = 0; in TEST_F()
23266 copyRegion.srcOffset.y = 0; in TEST_F()
23267 copyRegion.srcOffset.z = 0; in TEST_F()
23268 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
23269 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
23270 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
23272 copyRegion.dstSubresource.layerCount = 3; in TEST_F()
23273 copyRegion.dstOffset.x = 0; in TEST_F()
23274 copyRegion.dstOffset.y = 0; in TEST_F()
23275 copyRegion.dstOffset.z = 0; in TEST_F()
23276 copyRegion.extent.width = 1; in TEST_F()
23277 copyRegion.extent.height = 1; in TEST_F()
23278 copyRegion.extent.depth = 1; in TEST_F()
23282 &copyRegion); in TEST_F()
25980 VkImageCopy copyRegion; in TEST_F() local
25981 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25982 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
25983 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
25984 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
25985 copyRegion.srcOffset.x = 0; in TEST_F()
25986 copyRegion.srcOffset.y = 0; in TEST_F()
25987 copyRegion.srcOffset.z = 0; in TEST_F()
25988 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
25989 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
25990 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
25991 copyRegion.dstSubresource.layerCount = 1; in TEST_F()
25992 copyRegion.dstOffset.x = 0; in TEST_F()
25993 copyRegion.dstOffset.y = 0; in TEST_F()
25994 copyRegion.dstOffset.z = 0; in TEST_F()
25995 copyRegion.extent.width = 1; in TEST_F()
25996 copyRegion.extent.height = 1; in TEST_F()
25997 copyRegion.extent.depth = 1; in TEST_F()
25998 …r->CopyImage(srcImage, VK_IMAGE_LAYOUT_GENERAL, dstImage, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
26040 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_0_BIT; in TEST_F()
26043 …mage(srcImage, VK_IMAGE_LAYOUT_GENERAL, mpImage.handle(), VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
26077 VkImageCopy copyRegion; in TEST_F() local
26078 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
26079 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
26080 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
26081 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
26082 copyRegion.srcOffset.x = 0; in TEST_F()
26083 copyRegion.srcOffset.y = 0; in TEST_F()
26084 copyRegion.srcOffset.z = 0; in TEST_F()
26085 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
26086 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
26087 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
26088 copyRegion.dstSubresource.layerCount = 1; in TEST_F()
26089 copyRegion.dstOffset.x = 0; in TEST_F()
26090 copyRegion.dstOffset.y = 0; in TEST_F()
26091 copyRegion.dstOffset.z = 0; in TEST_F()
26092 copyRegion.extent.width = 1; in TEST_F()
26093 copyRegion.extent.height = 1; in TEST_F()
26094 copyRegion.extent.depth = 1; in TEST_F()
26099 &copyRegion); in TEST_F()
26154 VkImageCopy copyRegion; in TEST_F() local
26155 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
26156 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
26157 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
26158 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
26159 copyRegion.srcOffset = {0, 0, 0}; in TEST_F()
26160 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
26161 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
26162 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
26163 copyRegion.dstSubresource.layerCount = 1; in TEST_F()
26164 copyRegion.dstOffset = {0, 0, 0}; in TEST_F()
26165 copyRegion.extent = {128, 128, 1}; in TEST_F()
26170 &copyRegion); in TEST_F()
26175 &copyRegion); in TEST_F()
26181 &copyRegion); in TEST_F()
26186 &copyRegion); in TEST_F()
26218 VkImageCopy copyRegion; in TEST_F() local
26219 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
26220 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
26221 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
26222 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
26223 copyRegion.srcOffset = {0, 0, 0}; in TEST_F()
26224 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
26225 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
26226 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
26227 copyRegion.dstSubresource.layerCount = 1; in TEST_F()
26228 copyRegion.dstOffset = {64, 0, 0}; in TEST_F()
26229 copyRegion.extent = {64, 128, 1}; in TEST_F()
26235 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
26241 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_STENCIL_BIT; in TEST_F()
26247 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
26249 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
26252copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT | VK_IMAGE_ASPECT_DEPTH_BIT; // … in TEST_F()
26253 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
26259 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
26262 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
26263copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT | VK_IMAGE_ASPECT_DEPTH_BIT; // … in TEST_F()
26269 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
26273 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_METADATA_BIT; in TEST_F()
26274 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
26279 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
26282 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
26283 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_METADATA_BIT; in TEST_F()
26288 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
26291 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
26292 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT; in TEST_F()
26299 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
26303 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
26304 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in TEST_F()
26309 VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()
34242 VkImageCopy copyRegion = {}; in TEST_F() local
34243 copyRegion.srcSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_0_BIT_KHR; in TEST_F()
34244 copyRegion.srcSubresource.mipLevel = 0; in TEST_F()
34245 copyRegion.srcSubresource.baseArrayLayer = 0; in TEST_F()
34246 copyRegion.srcSubresource.layerCount = 1; in TEST_F()
34247 copyRegion.srcOffset = {0, 0, 0}; in TEST_F()
34248 copyRegion.dstSubresource.aspectMask = VK_IMAGE_ASPECT_PLANE_2_BIT_KHR; in TEST_F()
34249 copyRegion.dstSubresource.mipLevel = 0; in TEST_F()
34250 copyRegion.dstSubresource.baseArrayLayer = 0; in TEST_F()
34251 copyRegion.dstSubresource.layerCount = 1; in TEST_F()
34252 copyRegion.dstOffset = {0, 0, 0}; in TEST_F()
34253 copyRegion.extent.width = 128; in TEST_F()
34254 copyRegion.extent.height = 128; in TEST_F()
34255 copyRegion.extent.depth = 1; in TEST_F()
34259 …dBuffer->CopyImage(image, VK_IMAGE_LAYOUT_GENERAL, image, VK_IMAGE_LAYOUT_GENERAL, 1, &copyRegion); in TEST_F()