Lines Matching refs:iview
52 struct radv_image_view *iview, VkFormat depth_format, VkImageAspectFlagBits aspects) in create_iview() argument
64 radv_image_view_init(iview, cmd_buffer->device, in create_iview()
101 struct radv_image_view iview; member
132 create_iview(cmd_buffer, src_img, &tmp->iview, depth_format, aspects); in blit2d_bind_src()
151 .imageView = radv_image_view_to_handle(&tmp->iview), in blit2d_bind_src()
160 struct radv_image_view iview; member
169 create_iview(cmd_buffer, dst, &tmp->iview, depth_format, aspects); in blit2d_bind_dst()
177 radv_image_view_to_handle(&tmp->iview), in blit2d_bind_dst()
264 unsigned fs_key = radv_format_meta_fs_key(device, dst_temps.iview.vk_format); in radv_meta_blit2d_normal_dst()
402 radv_image_view_finish(&dst_temps.iview); in radv_meta_blit2d_normal_dst()
404 radv_image_view_finish(&dst_temps.iview); in radv_meta_blit2d_normal_dst()