Home | History | Annotate | Download | only in vulkan

Lines Matching refs:depth_format

57              struct radv_image_view *iview, VkFormat depth_format)
61 if (depth_format)
62 format = depth_format;
85 struct radv_buffer_view *bview, VkFormat depth_format)
89 if (depth_format)
90 format = depth_format;
117 enum blit2d_src_type src_type, VkFormat depth_format)
123 create_bview(cmd_buffer, src_buf, &tmp->bview, depth_format);
149 depth_format);
202 VkFormat depth_format,
213 &tmp->iview, depth_format);
286 VkFormat depth_format = 0;
288 depth_format = vk_format_stencil_only(dst->image->vk_format);
290 depth_format = vk_format_depth_only(dst->image->vk_format);
292 blit2d_bind_src(cmd_buffer, src_img, src_buf, &src_temps, src_type, depth_format);
297 rects[r].dst_y + rects[r].height, depth_format, &dst_temps);