anv/meta: fix unreachable() typo
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
committed by
Anuj Phogat
parent
b0acebd41f
commit
4e68bb620f
@@ -300,7 +300,7 @@ meta_emit_blit(struct anv_cmd_buffer *cmd_buffer,
|
||||
pipeline = device->meta_state.blit.pipeline_3d_src;
|
||||
break;
|
||||
default:
|
||||
unreachable(!"bad VkImageType");
|
||||
unreachable("bad VkImageType");
|
||||
}
|
||||
|
||||
if (cmd_buffer->state.pipeline != anv_pipeline_from_handle(pipeline)) {
|
||||
|
||||
Reference in New Issue
Block a user