mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radv/meta: remove an unused variable
Trivial. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
7dfa54399c
commit
5bbbe91799
1 changed files with 0 additions and 1 deletions
|
|
@ -672,7 +672,6 @@ emit_fast_htile_clear(struct radv_cmd_buffer *cmd_buffer,
|
|||
VkClearDepthStencilValue clear_value = clear_att->clearValue.depthStencil;
|
||||
VkImageAspectFlags aspects = clear_att->aspectMask;
|
||||
uint32_t clear_word;
|
||||
bool ret;
|
||||
|
||||
if (!iview->image->surface.htile_size)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue