Searched refs:vk_sync_init (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_sync.c | 81 vk_sync_init(struct vk_device *device, in vk_sync_init() function 123 VkResult result = vk_sync_init(device, sync, type, flags, initial_value); in vk_sync_create()
|
D | vk_sync_binary.c | 51 return vk_sync_init(device, &binary->timeline, btype->timeline_type, in vk_sync_binary_init()
|
D | vk_sync.h | 307 VkResult MUST_CHECK vk_sync_init(struct vk_device *device,
|
D | vk_fence.c | 135 VkResult result = vk_sync_init(device, &fence->permanent, in vk_fence_create()
|
D | vk_semaphore.c | 180 VkResult result = vk_sync_init(device, &semaphore->permanent, in vk_common_CreateSemaphore()
|
D | vk_sync_timeline.c | 155 result = vk_sync_init(device, &point->sync, point_sync_type, in vk_sync_timeline_alloc_point_locked()
|