Searched refs:sync_create (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_sync.c33 sync_create(struct panvk_device *device, function in typeref:typename:VkResult
169 VkResult ret = sync_create(device, &sem->syncobj, false);
223 VkResult ret = sync_create(device, &fence->syncobj,
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_kgsl.c473 sync_create(VkDevice _device, function in typeref:typename:VkResult
519 return sync_create(device, false, false, pAllocator, (void**) pSemaphore);
561 return sync_create(device, info->flags & VK_FENCE_CREATE_SIGNALED_BIT, true,
H A Dtu_drm.c568 sync_create(VkDevice _device, function in typeref:typename:VkResult
736 return sync_create(device, false, false, (sem_type == VK_SEMAPHORE_TYPE_BINARY_KHR),
1484 return sync_create(device, info->flags & VK_FENCE_CREATE_SIGNALED_BIT, true, true, 0,

Completed in 6 milliseconds