diff options
author | Bas Nieuwenhuizen <[email protected]> | 2017-06-25 22:25:47 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-06-26 01:24:50 +0200 |
commit | 78bef01da2b41fec6fb82d8e6ccacf594d0a6b93 (patch) | |
tree | 366e0c30c298797ddce2152d1e3aedd5fe20dd5f /src/amd/vulkan/radv_meta_decompress.c | |
parent | 789f480029500d2aae7e5131b216e5a1cde92bc8 (diff) |
radv: Remove unused args of radv_image_view_init.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_meta_decompress.c')
-rw-r--r-- | src/amd/vulkan/radv_meta_decompress.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/amd/vulkan/radv_meta_decompress.c b/src/amd/vulkan/radv_meta_decompress.c index 1f1ff9db423..5a348636907 100644 --- a/src/amd/vulkan/radv_meta_decompress.c +++ b/src/amd/vulkan/radv_meta_decompress.c @@ -318,8 +318,7 @@ static void radv_process_depth_image_inplace(struct radv_cmd_buffer *cmd_buffer, .baseArrayLayer = subresourceRange->baseArrayLayer + layer, .layerCount = 1, }, - }, - cmd_buffer, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT); + }); VkFramebuffer fb_h; |