mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
radv: remove doubled up prototype.
Must have snuck in during a rebase.
This commit is contained in:
parent
d1a4d229ec
commit
da3330662f
1 changed files with 0 additions and 4 deletions
|
|
@ -857,10 +857,6 @@ void si_cs_emit_cache_flush(struct radeon_winsys_cs *cs,
|
|||
enum chip_class chip_class,
|
||||
bool is_mec,
|
||||
enum radv_cmd_flush_bits flush_bits);
|
||||
void si_cs_emit_cache_flush(struct radeon_winsys_cs *cs,
|
||||
enum chip_class chip_class,
|
||||
bool is_mec,
|
||||
enum radv_cmd_flush_bits flush_bits);
|
||||
void si_emit_cache_flush(struct radv_cmd_buffer *cmd_buffer);
|
||||
void si_cp_dma_buffer_copy(struct radv_cmd_buffer *cmd_buffer,
|
||||
uint64_t src_va, uint64_t dest_va,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue