Searched refs:dst_iview (Results 1 – 3 of 3) sorted by relevance
1211 struct radv_image_view *dst_iview) in cleari_bind_descriptors() argument1230 .imageView = radv_image_view_to_handle(dst_iview), in cleari_bind_descriptors()1245 struct radv_image_view dst_iview; in radv_meta_clear_image_cs() local1247 create_iview(cmd_buffer, dst, &dst_iview); in radv_meta_clear_image_cs()1248 cleari_bind_descriptors(cmd_buffer, &dst_iview); in radv_meta_clear_image_cs()
535 …struct radv_image_view *dst_iview = cmd_buffer->state.framebuffer->attachments[dest_att.attachment… in radv_cmd_buffer_resolve_subpass_cs() local541 dst_iview, in radv_cmd_buffer_resolve_subpass_cs()
1552 struct anv_image_view *dst_iview = fb->attachments[dst_att]; in anv_cmd_buffer_resolve_subpass() local1562 dst_iview->aspect_mask == VK_IMAGE_ASPECT_COLOR_BIT); in anv_cmd_buffer_resolve_subpass()1568 get_blorp_surf_for_anv_image(cmd_buffer->device, dst_iview->image, in anv_cmd_buffer_resolve_subpass()1573 assert(!dst_iview->image->format->can_ycbcr); in anv_cmd_buffer_resolve_subpass()1580 dst_iview->planes[0].isl.base_level, in anv_cmd_buffer_resolve_subpass()1581 dst_iview->planes[0].isl.base_array_layer, in anv_cmd_buffer_resolve_subpass()