mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
radv/meta: remove useless memset when destroying DCC retile state
There should be only one finish call. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30233>
This commit is contained in:
parent
602bdda3a5
commit
5072848a2f
1 changed files with 0 additions and 3 deletions
|
|
@ -70,9 +70,6 @@ radv_device_finish_meta_dcc_retile_state(struct radv_device *device)
|
|||
radv_DestroyPipelineLayout(radv_device_to_handle(device), state->dcc_retile.p_layout, &state->alloc);
|
||||
device->vk.dispatch_table.DestroyDescriptorSetLayout(radv_device_to_handle(device), state->dcc_retile.ds_layout,
|
||||
&state->alloc);
|
||||
|
||||
/* Reset for next finish. */
|
||||
memset(&state->dcc_retile, 0, sizeof(state->dcc_retile));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue