Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp756 VkResult createFence(VkDevice device, uint64_t hostFenceHandle, int64_t& osHandle) { in createFence() argument
766 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() local
4715 result = createFence(device, hostFenceHandle, osHandle); in on_vkGetFenceFdKHR()
5515 uint64_t hostFenceHandle = get_host_u64_VkSemaphore(*pSemaphore); in on_vkCreateSemaphore() local
5517 result = createFence(device, hostFenceHandle, osHandle); in on_vkCreateSemaphore()