Searched refs:sync_fence_info_data (Results 1 – 2 of 2) sorted by relevance
38 struct sync_fence_info_data { struct52 struct sync_fence_info_data* sync_fence_info(int fd); argument53 struct sync_pt_info* sync_pt_info(struct sync_fence_info_data* info, struct sync_pt_info* itr);54 void sync_fence_info_free(struct sync_fence_info_data* info);92 struct sync_fence_info_data)209 static struct sync_fence_info_data *legacy_sync_fence_info(int fd) in legacy_sync_fence_info()211 struct sync_fence_info_data *legacy_info; in legacy_sync_fence_info()256 static struct sync_fence_info_data *sync_file_info_to_legacy_fence_info( in sync_file_info_to_legacy_fence_info()259 struct sync_fence_info_data *legacy_info; in sync_file_info_to_legacy_fence_info()287 struct sync_fence_info_data *legacy_info) in legacy_fence_info_to_sync_file_info()[all …]
25 struct sync_fence_info_data { struct41 struct sync_fence_info_data* sync_fence_info(int fd); argument42 struct sync_pt_info* sync_pt_info(struct sync_fence_info_data* info, struct sync_pt_info* itr);43 void sync_fence_info_free(struct sync_fence_info_data* info);246 struct sync_fence_info_data* legacy = sync_fence_info(f.getFd()); in CheckModernLegacyInfoMatch()