radv: Add winsys support for submitting timeline syncobj.
[mesa.git] / src / amd / vulkan / radv_radeon_winsys.h
index 37576327dfd6c01cc46b04f5fa555fa895e7081d..2741870abca81ba8605302d68b6f3ba2a495bfb0 100644 (file)
@@ -169,8 +169,10 @@ struct radeon_winsys_bo {
 struct radv_winsys_sem_counts {
        uint32_t syncobj_count;
        uint32_t syncobj_reset_count; /* for wait only, whether to reset the syncobj */
+       uint32_t timeline_syncobj_count;
        uint32_t sem_count;
        uint32_t *syncobj;
+       uint64_t *points;
        struct radeon_winsys_sem **sem;
 };