anv: Remove dead parameters from copy_fast_clear_dwords
authorIván Briano <ivan.briano@intel.com>
Tue, 15 Nov 2022 23:20:51 +0000 (15:20 -0800)
committerMarge Bot <emma+marge@anholt.net>
Mon, 24 Apr 2023 21:33:49 +0000 (21:33 +0000)
commita2e02c4ba4bde0c12fb9a510239053f6c2916aa6
tree0b7a128ea2a37155de71f22a0d8531c911a777cf
parente488773b29d971a2f24904465cf027c9f4650a94
anv: Remove dead parameters from copy_fast_clear_dwords

There's only one caller of this function and always passes false.

v2: (Nanley Chery)
- Also remove the aspect parameter

v3: (Nanley Chery)
- Rename the function so it's more clear in which direction it works

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20175>
src/intel/vulkan/genX_cmd_buffer.c