The new name reflects more accurately what this is.
Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20010>
}
static VkResult
-radv_update_ace_preambles(struct radv_queue *queue)
+radv_update_gang_preambles(struct radv_queue *queue)
{
if (!radv_queue_init_ace_internal_state(queue))
return VK_ERROR_OUT_OF_HOST_MEMORY;
/* TODO: chaining with gang submit. */
can_patch = false;
- result = radv_update_ace_preambles(queue);
+ result = radv_update_gang_preambles(queue);
if (result != VK_SUCCESS)
return result;
}