mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
radv: Rename radv_update_ace_preambles to radv_update_gang_preambles.
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>
This commit is contained in:
parent
bcadea6af6
commit
0b0c941d75
1 changed files with 2 additions and 2 deletions
|
|
@ -5387,7 +5387,7 @@ radv_update_preambles(struct radv_queue_state *queue, struct radv_device *device
|
|||
}
|
||||
|
||||
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;
|
||||
|
|
@ -5473,7 +5473,7 @@ radv_queue_submit_normal(struct radv_queue *queue, struct vk_queue_submit *submi
|
|||
/* 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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue