Home
last modified time | relevance | path

Searched refs:vk_sync_init (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/vulkan/runtime/
H A Dvk_sync.c81 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()
H A Dvk_sync_binary.c51 return vk_sync_init(device, &binary->timeline, btype->timeline_type, in vk_sync_binary_init()
H A Dvk_sync.h307 VkResult MUST_CHECK vk_sync_init(struct vk_device *device,
H A Dvk_fence.c135 VkResult result = vk_sync_init(device, &fence->permanent, in vk_fence_create()
H A Dvk_semaphore.c180 VkResult result = vk_sync_init(device, &semaphore->permanent, in vk_common_CreateSemaphore()
H A Dvk_sync_timeline.c154 result = vk_sync_init(device, &point->sync, point_sync_type, in vk_sync_timeline_alloc_point_locked()