Lines Matching defs:aspect
474 * because we are copying only one aspect of the image, so we need to setup
539 unreachable("unsupported aspect");
560 * implement copies of depth/stencil aspect as color copies using a
1316 /* We can't copy D24S8 because buffer to image copies only copy one aspect
1960 VkImageAspectFlags aspect,
2123 .aspectMask = aspect,
2291 VkImageAspectFlags aspect,
2442 .aspectMask = aspect,
2474 .aspectMask = aspect,
2484 .aspectMask = aspect,
2535 * the same aspect.
2537 VkImageAspectFlags aspect = regions[0].imageSubresource.aspectMask;
2564 assert(aspect == VK_IMAGE_ASPECT_COLOR_BIT);
2569 assert(aspect == VK_IMAGE_ASPECT_COLOR_BIT);
2574 switch (aspect) {
2616 unreachable("unsupported aspect");
2621 assert(aspect == VK_IMAGE_ASPECT_COLOR_BIT ||
2622 aspect == VK_IMAGE_ASPECT_DEPTH_BIT);
2627 assert(aspect == VK_IMAGE_ASPECT_COLOR_BIT);
2637 return texel_buffer_shader_copy(cmd_buffer, aspect, image,
2643 return copy_buffer_to_image_blit(cmd_buffer, aspect, image,
2849 * can't be programmed to copy only one aspect of the image.
3576 * Return a pipeline suitable for blitting the requested aspect given the