Searched refs:radv_timeline_point (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 82 static struct radv_timeline_point * 86 static struct radv_timeline_point *radv_timeline_add_point_locked(struct radv_device *device, 4162 struct radv_timeline_point *point = NULL; in radv_alloc_sem_counts() 4251 struct radv_timeline_point *point = radv_timeline_find_point_at_least_locked( in radv_finalize_timelines() 4260 struct radv_timeline_point *point = radv_timeline_find_point_at_least_locked( in radv_finalize_timelines() 5912 list_for_each_entry_safe(struct radv_timeline_point, point, &timeline->free_points, list) in radv_destroy_timeline() 5918 list_for_each_entry_safe(struct radv_timeline_point, point, &timeline->points, list) in radv_destroy_timeline() 5930 list_for_each_entry_safe(struct radv_timeline_point, point, &timeline->points, list) in radv_timeline_gc_locked() 5943 static struct radv_timeline_point * 5952 list_for_each_entry(struct radv_timeline_point, point, &timeline->points, list) in radv_timeline_find_point_at_least_locked() [all …]
|
D | radv_private.h | 2525 struct radv_timeline_point { struct
|