radv/meta: remove useless assertion in when copy VRS to HTILE
The caller already checks that. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33665>
This commit is contained in:
committed by
Marge Bot
parent
0f0d471154
commit
77913edd99
@@ -83,8 +83,6 @@ radv_copy_vrs_htile(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *
|
||||
VkPipeline pipeline;
|
||||
VkResult result;
|
||||
|
||||
assert(radv_image_has_htile(dst_image));
|
||||
|
||||
result = get_pipeline(device, dst_image, &pipeline, &layout);
|
||||
if (result != VK_SUCCESS) {
|
||||
vk_command_buffer_set_error(&cmd_buffer->vk, result);
|
||||
|
||||
Reference in New Issue
Block a user