Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
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()
Dvk_sync_binary.c51 return vk_sync_init(device, &binary->timeline, btype->timeline_type, in vk_sync_binary_init()
Dvk_sync.h307 VkResult MUST_CHECK vk_sync_init(struct vk_device *device,
Dvk_fence.c135 VkResult result = vk_sync_init(device, &fence->permanent, in vk_fence_create()
Dvk_semaphore.c180 VkResult result = vk_sync_init(device, &semaphore->permanent, in vk_common_CreateSemaphore()
Dvk_sync_timeline.c155 result = vk_sync_init(device, &point->sync, point_sync_type, in vk_sync_timeline_alloc_point_locked()