Searched refs:radv_semaphore_part (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_wsi.c | 95 struct radv_semaphore_part *part = semaphore->temporary.kind != RADV_SEMAPHORE_NONE in radv_AcquireNextImage2KHR()
|
D | radv_device.c | 94 struct radv_semaphore_part *part); 4113 int num_sems, struct radv_semaphore_part **sems, in radv_alloc_sem_counts() 4211 radv_free_temp_syncobjs(struct radv_device *device, int num_sems, struct radv_semaphore_part *sems) in radv_free_temp_syncobjs() 4220 int num_wait_sems, struct radv_semaphore_part **wait_sems, in radv_alloc_sem_info() 4222 struct radv_semaphore_part **signal_sems, const uint64_t *signal_values, in radv_alloc_sem_info() 4244 struct radv_semaphore_part **wait_sems, const uint64_t *wait_values, in radv_finalize_timelines() 4245 uint32_t num_signal_sems, struct radv_semaphore_part **signal_sems, in radv_finalize_timelines() 4439 struct radv_semaphore_part **wait_semaphores; 4441 struct radv_semaphore_part **signal_semaphores; 4448 struct radv_semaphore_part *temporary_semaphore_parts; [all …]
|
D | radv_private.h | 2560 struct radv_semaphore_part { struct 2571 struct radv_semaphore_part permanent; argument 2572 struct radv_semaphore_part temporary;
|