Searched refs:hostFenceHandle (Results 1 – 1 of 1) sorted by relevance
756 VkResult createFence(VkDevice device, uint64_t hostFenceHandle, int64_t& osHandle) { in createFence() argument766 exportSync.fenceHandleLo = (uint32_t)hostFenceHandle; in createFence()767 exportSync.fenceHandleHi = (uint32_t)(hostFenceHandle >> 32); in createFence()4713 uint64_t hostFenceHandle = get_host_u64_VkFence(pGetFdInfo->fence); in on_vkGetFenceFdKHR() local4715 result = createFence(device, hostFenceHandle, osHandle); in on_vkGetFenceFdKHR()5515 uint64_t hostFenceHandle = get_host_u64_VkSemaphore(*pSemaphore); in on_vkCreateSemaphore() local5517 result = createFence(device, hostFenceHandle, osHandle); in on_vkCreateSemaphore()