vulkan/queue: Move has_binary_permanent_semaphore_wait into the sumbit struct

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25576>
This commit is contained in:
Faith Ekstrand
2023-10-05 16:38:32 -05:00
committed by Marge Bot
parent 9b21dc06c4
commit 267b7f1deb
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -237,6 +237,7 @@ struct vk_queue_submit {
uint32_t perf_pass_index;
/* Used internally; should be ignored by drivers */
bool _has_binary_permanent_semaphore_wait;
struct vk_sync **_wait_temps;
struct vk_sync *_mem_signal_temp;
struct vk_sync_timeline_point **_wait_points;