Lines Matching refs:dst
200 struct radv_meta_blit2d_surf *dst, unsigned num_rects,
207 u_foreach_bit(i, dst->aspect_mask)
213 depth_format = vk_format_stencil_only(dst->image->vk.format);
215 depth_format = vk_format_depth_only(dst->image->vk.format);
224 create_iview(cmd_buffer, dst, &dst_temps.iview, depth_format, aspect_mask);
256 .imageLayout = dst->current_layout,
288 .imageLayout = dst->current_layout,
301 .pStencilAttachment = (dst->image->vk.aspects & VK_IMAGE_ASPECT_STENCIL_BIT) ?
322 .imageLayout = dst->current_layout,
334 .pDepthAttachment = (dst->image->vk.aspects & VK_IMAGE_ASPECT_DEPTH_BIT) ?
377 struct radv_meta_blit2d_buffer *src_buf, struct radv_meta_blit2d_surf *dst,
384 radv_meta_blit2d_normal_dst(cmd_buffer, src_img, src_buf, dst, num_rects, rects, src_type,