Searched refs:radv_timeline_point (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A 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, 4166 struct radv_timeline_point *point = NULL; 4255 struct radv_timeline_point *point = radv_timeline_find_point_at_least_locked( 4264 struct radv_timeline_point *point = radv_timeline_find_point_at_least_locked( 5916 list_for_each_entry_safe(struct radv_timeline_point, point, &timeline->free_points, list) 5922 list_for_each_entry_safe(struct radv_timeline_point, point, &timeline->points, list) 5934 list_for_each_entry_safe(struct radv_timeline_point, point, &timeline->points, list) 5947 static struct radv_timeline_point * 5956 list_for_each_entry(struct radv_timeline_point, poin [all...] |
| H A D | radv_private.h | 2526 struct radv_timeline_point { struct
|
Completed in 15 milliseconds