anv: rename anv_utrace_flush_copy in anv_utrace_submit
We want to use this for submission of traces outside command buffers, so it won't just execute copies of timestamp buffers. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22006>
This commit is contained in:
@@ -4212,7 +4212,7 @@ anv_device_init_generated_indirect_draws(struct anv_device *device);
|
||||
void
|
||||
anv_device_finish_generated_indirect_draws(struct anv_device *device);
|
||||
|
||||
struct anv_utrace_flush_copy {
|
||||
struct anv_utrace_submit {
|
||||
/* Needs to be the first field */
|
||||
struct intel_ds_flush_data ds;
|
||||
|
||||
@@ -4241,7 +4241,7 @@ VkResult
|
||||
anv_device_utrace_flush_cmd_buffers(struct anv_queue *queue,
|
||||
uint32_t cmd_buffer_count,
|
||||
struct anv_cmd_buffer **cmd_buffers,
|
||||
struct anv_utrace_flush_copy **out_flush_data);
|
||||
struct anv_utrace_submit **out_submit);
|
||||
|
||||
#ifdef HAVE_PERFETTO
|
||||
void anv_perfetto_init(void);
|
||||
|
Reference in New Issue
Block a user