Home
last modified time | relevance | path

Searched refs:dst_iview (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c981 struct radv_image_view dst_iview; member
1018 .imageView = radv_image_view_to_handle(&tmp->dst_iview), in btoi_bind_descriptors()
1054 create_iview(cmd_buffer, dst, VK_IMAGE_USAGE_STORAGE_BIT, &temps.dst_iview); in radv_meta_buffer_to_image_cs()
1077 struct radv_image_view dst_iview; member
1120 .imageView = radv_image_view_to_handle(&tmp->dst_iview), in itoi_bind_descriptors()
1156 create_iview(cmd_buffer, dst, VK_IMAGE_USAGE_STORAGE_BIT, &temps.dst_iview); in radv_meta_image_to_image_cs()
1180 struct radv_image_view dst_iview; member
1208 .imageView = radv_image_view_to_handle(&tmp->dst_iview), in cleari_bind_descriptors()
1241 create_iview(cmd_buffer, dst, VK_IMAGE_USAGE_STORAGE_BIT, &temps.dst_iview); in radv_meta_clear_image_cs()
/external/mesa3d/src/intel/vulkan/
Danv_blorp.c1580 struct anv_image_view *dst_iview = fb->attachments[dst_att]; in anv_cmd_buffer_resolve_subpass() local
1584 assert(src_iview->aspect_mask == dst_iview->aspect_mask); in anv_cmd_buffer_resolve_subpass()
1588 dst_iview->image, in anv_cmd_buffer_resolve_subpass()
1589 dst_iview->isl.base_level, in anv_cmd_buffer_resolve_subpass()
1590 dst_iview->isl.base_array_layer, in anv_cmd_buffer_resolve_subpass()